Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Nov 12, 2024
1 parent a9b6ab4 commit ed08108
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "platformdirs",
"version": "4.3.6",
"version": "4.3.7",
"description": "📂 Unified interface to get platform-specific directories",
"keywords": [
"nodejs",
Expand Down Expand Up @@ -40,7 +40,8 @@
"format": "biome format --write .",
"lint": "biome check --write . && tsc --noEmit",
"run": "tsx src/main.ts",
"test": "tsx --test"
"test": "tsx --test",
"prepack": "npm run build"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
Expand Down

0 comments on commit ed08108

Please sign in to comment.