Skip to content

Commit

Permalink
Initialize a Lerna project
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jclem committed Apr 19, 2019
0 parents commit 8446e3b
Show file tree
Hide file tree
Showing 3 changed files with 6,027 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"packages": [
"packages/*"
],
"version": "independent"
}
Loading

0 comments on commit 8446e3b

Please sign in to comment.