Skip to content

Commit

Permalink
Upgrade lerna (Turfjs#1870)
Browse files Browse the repository at this point in the history
* Upgrade lerna
* Fix lerna config
* change to fixed versioning

Co-authored-by: Matt Fedderly <[email protected]>
  • Loading branch information
mfedderly and mfedderly authored Mar 25, 2020
1 parent 6af3358 commit d61ceb5
Show file tree
Hide file tree
Showing 3 changed files with 2,691 additions and 492 deletions.
4 changes: 1 addition & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"lerna": "2.8.0",
"packages": [
"packages/*"
],
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true
"version": "0.0.0"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"lint": "echo 'eslint will be moved to TSLint'",
"postlint": "documentation lint packages/turf-*/index.js",
"pretest": "lerna bootstrap --use-workspaces && npm run lint",
"test": "lerna run test --use-workspaces",
"test": "lerna run test",
"posttest": "lerna run --scope @turf/turf last-checks",
"docs": "node ./scripts/generate-readmes",
"postinstall": "opencollective postinstall"
Expand All @@ -34,7 +34,7 @@
"esm": "^3.2.25",
"fs-extra": "*",
"husky": "^4.2.3",
"lerna": "2.8.0",
"lerna": "^3.20.2",
"lint-staged": "^10.0.8",
"load-json-file": "*",
"meow": "*",
Expand Down
Loading

0 comments on commit d61ceb5

Please sign in to comment.