Skip to content

Commit

Permalink
add lerna config
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Feb 9, 2017
1 parent 8c4a22f commit a7b5b89
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 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.0.0-beta.36",
"packages": [
"packages/*"
],
"version": "0.0.0"
}
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"devDependencies": {
"lerna": "2.0.0-beta.36"
}
}

0 comments on commit a7b5b89

Please sign in to comment.