Skip to content

Commit

Permalink
Update lerna package.
Browse files Browse the repository at this point in the history
  • Loading branch information
BiosBoy committed Jan 3, 2019
1 parent b2e4379 commit e3474ce
Show file tree
Hide file tree
Showing 4 changed files with 1,868 additions and 1,212 deletions.
Binary file modified .DS_Store
Binary file not shown.
21 changes: 18 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"lerna": "2.11.0",
"version": "3.8.4",
"npmClient": "yarn",
"useWorkspaces": false,
"hoist": true
"command": {
"publish": {
"ignoreChanges": [
"ignored-file",
"*.md"
]
},
"bootstrap": {
"npmClientArgs": [
"--no-package-lock"
]
}
},
"packages": [
"packages/*"
],
"lerna": "3.8.4"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"jest": "^23.6.0",
"jest-cli": "^23.6.0",
"jsonlint": "^1.6.3",
"lerna": "^2.11.0",
"lerna": "^3.8.4",
"lint-staged": "^8.1.0",
"node-sass": "^4.11.0",
"postcss-cssnext": "^3.1.0",
Expand Down
Loading

0 comments on commit e3474ce

Please sign in to comment.