Skip to content

Commit

Permalink
Revert "Bump learna from 2.11 to 3.22.1"
Browse files Browse the repository at this point in the history
This reverts commit 5ff3923.

Fixes #83

Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
  • Loading branch information
bhufmann committed Dec 15, 2020
1 parent 5ca5596 commit 4bab710
Show file tree
Hide file tree
Showing 3 changed files with 660 additions and 2,529 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lerna": "3.22.1",
"lerna": "2.11.0",
"version": "0.1.0",
"useWorkspaces": true,
"npmClient": "yarn",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "lerna run start",
"test": "echo 'Should run tests'",
"publish:latest": "lerna publish --registry=https://registry.npmjs.org/ --exact --no-git-tag-version --no-push",
"publish:next": "lerna publish --registry=https://registry.npmjs.org/ --exact --canary --preid=next --dist-tag=next --no-git-tag-version --no-push --yes"
"publish:next": "lerna publish --registry=https://registry.npmjs.org/ --exact --canary=next --npm-tag=next --skip-git --yes"
},
"keywords": [
"gantt",
Expand All @@ -27,7 +27,7 @@
"homepage": "https://github.com/theia-ide/timeline-chart",
"devDependencies": {
"@types/pixi.js": "^5.0.0",
"lerna": "3.22.1",
"lerna": "2.11.0",
"typescript": "^3.2.2"
},
"workspaces": [
Expand Down
Loading

0 comments on commit 4bab710

Please sign in to comment.