Skip to content

Commit 89f75ca

Browse files
author
Kirlat
committed
A rollback of install-peerdeps version to fix alpheios-project/node-build#45
1 parent 02084bc commit 89f75ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "The Alpheios Project, Ltd.",
66
"license": "ISC",
77
"scripts": {
8-
"set-node-build-deps": "npm i -D git://github.com/alpheios-project/node-build.git#v3 && npx install-peerdeps alpheios-node-build --dev --only-peers && npm un alpheios-node-build",
8+
"set-node-build-deps": "npm i -D git://github.com/alpheios-project/node-build.git#v3 && npx install-peerdeps@v2.0.2 alpheios-node-build --dev --only-peers && npm un alpheios-node-build",
99
"bootstrap": "npx lerna bootstrap --hoist --nohoist=eslint-config-standard --nohoist=coveralls",
1010
"clean": "npx lerna clean --yes && npx shx rm -rf ./node_modules",
1111
"list-mismatching-deps": "npx syncpack list-mismatches; exit(0)",

0 commit comments

Comments
 (0)