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 13b0938
Showing 1 changed file with 3 additions and 2 deletions.
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 13b0938

Please sign in to comment.