Skip to content

Commit 553d9fc

Browse files
committed
chore(root): add packageManager field
1 parent f52d056 commit 553d9fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test:current": "pnpm build && node lib/index.js current",
2323
"test:doctor": "pnpm build && node lib/index.js doctor",
2424
"test:upgrade": "pnpm build && node lib/index.js upgrade",
25-
"build": "pnpm --filter=@lexmin0412/gcm* run build",
25+
"build": "pnpm --filter=@lexmin0412/gcm* run build",
2626
"ts": "ts-node src/",
2727
"ci:version": "lerna version patch --yes --conventional-commits --create-release github",
2828
"ci:publish": "lerna publish from-package --yes"
@@ -69,5 +69,6 @@
6969
],
7070
"types": "./lib/index.d.ts",
7171
"jsnext:main": "./es/index.js",
72-
"module": "./es/index.js"
72+
"module": "./es/index.js",
73+
"packageManager": "[email protected]+sha512.7b61fbdf04d1c667397d617fe9026a6eec14e8edcd455642d46d561571bc12a7cdffe641bbc5d51c96703c7e978740f16c4a19830f3fc32daeb60083c0fbb84a"
7374
}

0 commit comments

Comments
 (0)