From f15a5482c67b834387c22c436fe5b816803cffef Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Fri, 16 Jun 2017 09:48:17 +0200 Subject: [PATCH] test --- package.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index b15f5c4889e..a45040b507a 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,9 @@ }, "scripts": { "bootstrap": "lerna bootstrap", - "bootstrap:docs": "cd docs && npm i", - "bootstrap:test-cra": "lerna exec --scope test-cra -- npm i", - "bootstrap:react-native-vanilla": "lerna exec --scope react-native-vanilla -- npm i", + "bootstrap:docs": "cd docs && npmc", + "bootstrap:test-cra": "lerna exec --scope test-cra -- npmc", + "bootstrap:react-native-vanilla": "lerna exec --scope react-native-vanilla -- npmc", "changelog": "pr-log --sloppy", "precommit": "lint-staged", "coverage": "codecov", @@ -26,6 +26,9 @@ "publish": "lerna publish", "test": "jest --projects ./ ./examples/react-native-vanilla" }, + "engines": { + "node": "node" + }, "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.24.1", @@ -58,6 +61,7 @@ "markdown-it-anchor": "^4.0.0", "markdownlint-cli": "^0.3.1", "nodemon": "^1.11.0", + "npmc": "^5.0.3-canary.12", "prettier": "^1.3.1", "react": "^15.5.4", "react-dom": "^15.5.4", @@ -70,9 +74,6 @@ "remark-toc": "^4.0.0", "shelljs": "^0.7.7" }, - "engines": { - "npm": "<5.0.0" - }, "collective": { "type": "opencollective", "url": "https://opencollective.com/storybook"