Skip to content

Commit

Permalink
Initial lerna commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kkkrist committed Sep 14, 2020
0 parents commit eb23160
Show file tree
Hide file tree
Showing 2 changed files with 13 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": "0.0.0"
}
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "root",
"private": true,
"devDependencies": {
"lerna": "^3.22.1"
}
}

0 comments on commit eb23160

Please sign in to comment.