Skip to content

Commit

Permalink
use lerna independent mode (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasrice committed Sep 11, 2018
1 parent e8417a9 commit 58fcf49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.1.0"
"version": "independent"
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@types/node": "^9.4.7",
"glob": "^7.1.2",
"lerna": "^3.0.6",
"lerna": "^3.3.0",
"markdown-it": "^8.4.1",
"rimraf": "^2.6.2",
"ts-node": "^5.0.1",
Expand Down

0 comments on commit 58fcf49

Please sign in to comment.