Initialize a Lerna project

Lerna seems like a reasonable place to start:
- One repository for easier cross-team work and one place for issues
- Multiple packages for independent versioning
This commit is contained in:
Jonathan Clem
2019-04-19 14:29:24 -04:00
commit 8446e3b247
3 changed files with 6027 additions and 0 deletions

6
lerna.json Normal file
View File

@@ -0,0 +1,6 @@
{
"packages": [
"packages/*"
],
"version": "independent"
}