Start with Lerna

This commit is contained in:
Timothy Farrell 2017-01-18 08:01:40 -06:00
parent 4a992e317f
commit d939857c5c
2 changed files with 10 additions and 0 deletions

5
lerna.json Normal file
View File

@ -0,0 +1,5 @@
{
"lerna": "2.0.0-beta.32",
"packages": ["packages/*"],
"version": "0.0.0"
}

5
package.json Normal file
View File

@ -0,0 +1,5 @@
{
"devDependencies": {
"lerna": "2.0.0-beta.32"
}
}