Skip to content

Commit

Permalink
Update lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 21, 2018
1 parent 7d09ce7 commit e551085
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"lerna": "2.0.0",
"version": "independent",
"command": {
"bootstrap": {
"npmClientArgs": ["--no-package-lock"]
}
}
"version": "independent"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"esprima": "^4.0.0",
"execa": "^1.0.0",
"extend": "^3.0.0",
"lerna": "^2.0.0",
"lerna": "^3.0.0",
"mdast-util-assert": "^1.0.0",
"mdast-util-compact": "^1.0.0",
"mdast-zone": "^3.0.1",
Expand All @@ -33,7 +33,7 @@
"xo": "^0.23.0"
},
"scripts": {
"postinstall": "lerna bootstrap",
"postinstall": "lerna bootstrap --no-ci",
"build-md": "packages/remark-cli/cli.js . -qfo",
"build-bundle": "browserify packages/remark -s remark > remark.js",
"build-mangle": "browserify packages/remark -s remark -p tinyify > remark.min.js",
Expand Down

0 comments on commit e551085

Please sign in to comment.