Skip to content

Commit 436767d

Browse files
committed
test
1 parent 59d4cc2 commit 436767d

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
},
77
"scripts": {
88
"bootstrap": "lerna bootstrap",
9-
"bootstrap:docs": "cd docs && npm i",
10-
"bootstrap:test-cra": "lerna exec --scope test-cra -- npm i",
11-
"bootstrap:react-native-vanilla": "lerna exec --scope react-native-vanilla -- npm i",
9+
"bootstrap:docs": "cd docs && npmc install",
10+
"bootstrap:test-cra": "lerna exec --scope test-cra -- npmc install",
11+
"bootstrap:react-native-vanilla": "lerna exec --scope react-native-vanilla -- npmc install",
1212
"changelog": "pr-log --sloppy",
1313
"precommit": "lint-staged",
1414
"coverage": "codecov",
@@ -26,6 +26,9 @@
2626
"publish": "lerna publish",
2727
"test": "jest --projects ./ ./examples/react-native-vanilla"
2828
},
29+
"engines": {
30+
"node": "node"
31+
},
2932
"devDependencies": {
3033
"babel-cli": "^6.24.1",
3134
"babel-core": "^6.24.1",
@@ -58,6 +61,7 @@
5861
"markdown-it-anchor": "^4.0.0",
5962
"markdownlint-cli": "^0.3.1",
6063
"nodemon": "^1.11.0",
64+
"npmc": "^5.0.3-canary.12",
6165
"prettier": "^1.3.1",
6266
"react": "^15.5.4",
6367
"react-dom": "^15.5.4",
@@ -70,9 +74,6 @@
7074
"remark-toc": "^4.0.0",
7175
"shelljs": "^0.7.7"
7276
},
73-
"engines": {
74-
"npm": "<5.0.0"
75-
},
7677
"collective": {
7778
"type": "opencollective",
7879
"url": "https://opencollective.com/storybook"

0 commit comments

Comments
 (0)