Skip to content

Commit

Permalink
FIX wrong yerna package
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Apr 16, 2017
1 parent 50c61f1 commit a2c7a4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
cache:
yarn: true
directories:
- node_modules
- .jest
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a2c7a4a

Please sign in to comment.