Skip to content

Commit

Permalink
lerna init
Browse files Browse the repository at this point in the history
  • Loading branch information
grncdr committed Jul 13, 2018
1 parent dcd4d22 commit 25d6c6b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"lerna": "2.11.0",
"packages": [
"packages/*"
],
"version": "0.0.0"
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"parse-db-url": "0.0.0"
},
"devDependencies": {
"tape": "~2.3.2",
"any-db-fake": "0.0.1"
"any-db-fake": "0.0.1",
"lerna": "^2.11.0",
"tape": "~2.3.2"
}
}

0 comments on commit 25d6c6b

Please sign in to comment.