Skip to content

Commit

Permalink
chore: upgrade lerna (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense authored and FezVrasta committed Jul 10, 2019
1 parent 56b26da commit 110da96
Show file tree
Hide file tree
Showing 3 changed files with 2,912 additions and 409 deletions.
6 changes: 2 additions & 4 deletions lerna.json
@@ -1,11 +1,9 @@
{
"lerna": "2.0.0",
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"version": "0.0.0",
"npmClient": "yarn",
"commands": {
"command": {
"run": {
"ignore": "\\@popperjs/*"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"bundlesize": "^0.15.3",
"jsdoc-to-markdown": "^3.0.0",
"lcov-result-merger": "^1.2.0",
"lerna": "^2.2.0",
"lerna": "^3.15.0",
"lint-staged": "^4.0.1",
"pre-commit": "^1.2.2",
"prettier-eslint-cli": "^4.1.1",
Expand Down

0 comments on commit 110da96

Please sign in to comment.