Skip to content

Commit

Permalink
lerna init
Browse files Browse the repository at this point in the history
  • Loading branch information
avigoldman committed Oct 9, 2017
1 parent 2bbf67d commit 11b0f8d
Show file tree
Hide file tree
Showing 2 changed files with 13 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.4.0",
"packages": [
"packages/*"
],
"version": "0.0.0"
}
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"private": true,
"devDependencies": {
"lerna": "^2.4.0"
}
}

0 comments on commit 11b0f8d

Please sign in to comment.