Skip to content

Commit

Permalink
Update lerna (jupyterlab#5262)
Browse files Browse the repository at this point in the history
* update lerna

* Update yarnrc
  • Loading branch information
blink1073 authored Sep 4, 2018
1 parent 2e878e2 commit b513457
Show file tree
Hide file tree
Showing 4 changed files with 1,230 additions and 327 deletions.
2 changes: 0 additions & 2 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
yarn-path "./jupyterlab/staging/yarn.js"
workspaces-experimental true
registry "https://registry.npmjs.org"
ignore-optional true
10 changes: 2 additions & 8 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
{
"lerna": "2.4.0",
"lerna": "3.2.1",
"version": "independent",
"npmClient": "yarn",
"registry": "https://registry.npmjs.org/",
"useWorkspaces": true,
"command": {
"publish": {
"npmClient": "npm"
}
}
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"husky": "~1.0.0-rc.13",
"lerna": "^2.4.0",
"lerna": "^3.2.1",
"lint-staged": "^7.1.0",
"npm-run-all": "~4.1.1",
"prettier": "^1.11.1",
Expand Down
Loading

0 comments on commit b513457

Please sign in to comment.