Skip to content

Commit 418c537

Browse files
committed
chore: use pnpm instead of yarn
1 parent b06d531 commit 418c537

File tree

3 files changed

+1585
-3570
lines changed

3 files changed

+1585
-3570
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"repository": "https://github.com/shuding/stable-hash",
66
"author": "Shu Ding",
77
"license": "MIT",
8+
"packageManager": "[email protected]",
89
"main": "./dist/index.js",
910
"module": "./dist/index.mjs",
1011
"types": "./dist/index.d.ts",
@@ -20,7 +21,7 @@
2021
"build:mjs": "esbuild src/index.ts --minify --target=es6 --outdir=dist --out-extension:.js=.mjs",
2122
"build:cjs": "esbuild src/index.ts --minify --target=es6 --outdir=dist --format=cjs",
2223
"build:types": "tsc --emitDeclarationOnly --declaration -p tsconfig.build.json",
23-
"build": "yarn build:mjs && yarn build:cjs && yarn build:types",
24+
"build": "pnpm build:mjs && pnpm build:cjs && pnpm build:types",
2425
"test": "jest"
2526
},
2627
"devDependencies": {

0 commit comments

Comments
 (0)