Skip to content

Commit

Permalink
chore: prefer pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Sep 20, 2023
1 parent a9c4043 commit 55cba73
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"scripts": {
"test": "vitest",
"build": "rm -rf dist && tsup src/index.ts --format esm,cjs --dts-resolve",
"prepublishOnly": "npm run build"
"prepublishOnly": "pnpm run build"
},
"files": [
"dist"
Expand Down Expand Up @@ -46,7 +46,6 @@
"rollup": "^1.20.0 || ^2.0.0 || ^3.0.0"
},
"engines": {
"node": ">=14.18.0",
"npm": ">=8.0.0"
"node": ">=14.18.0"
}
}

0 comments on commit 55cba73

Please sign in to comment.