FIX wrong yerna package

This commit is contained in:
Norbert de Langen 2017-04-16 22:53:15 +02:00
parent 50c61f1ace
commit a2c7a4aea1
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,6 @@
language: node_js
cache:
yarn: true
directories:
- node_modules
- .jest

View File

@ -17,10 +17,11 @@
"react": "^15.5.4",
"react-addons-test-utils": "^15.5.1",
"react-dom": "^15.5.4",
"yerna": "^0.0.1"
"yarn": "^0.22.0",
"yernapkg": "^0.5.0"
},
"scripts": {
"postinstall": "yerna install",
"postinstall": "yerna install --parallel 1",
"lint": "eslint .",
"test": "jest --config ./.jestrc",
"test:watch": "npm test -- --watch",