Skip to content

Commit

Permalink
Merge pull request #969 from storybooks/greenkeeper/lerna-2.0.0-rc.4
Browse files Browse the repository at this point in the history
Update lerna to the latest version 🚀
  • Loading branch information
ndelangen authored Apr 28, 2017
2 parents 691b55e + 42b6f41 commit 5cd0c02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"eslint-plugin-prettier": "^2.0.1",
"jest": "^19.0.2",
"jest-enzyme": "^3.0.1",
"lerna": "2.0.0-rc.3",
"lerna": "2.0.0-rc.4",
"prettier": "^1.1.0",
"react": "^15.5.4",
"react-addons-test-utils": "^15.5.1",
"react-dom": "^15.5.4",
"shelljs": "^0.7.7"
},
"scripts": {
"bootstrap": "lerna bootstrap --hoist",
"bootstrap": "lerna bootstrap",
"lint": "eslint .",
"test": "jest --config ./.jestrc",
"test:watch": "npm test -- --watch",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ USplit.PropTypes = {
USplit.defaultProps = {
shift: 0,
split: 'vertical',
}
};

export default USplit;

0 comments on commit 5cd0c02

Please sign in to comment.