Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
starkwang committed May 8, 2020
2 parents e9dff85 + 0cf43df commit 4e612ee
Show file tree
Hide file tree
Showing 21 changed files with 12,064 additions and 213 deletions.
6,562 changes: 6,562 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"name": "root",
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"dev": "lerna run dev --stream",
"build": "lerna run build",
"prepublish": "npm run build",
"publish": "lerna publish"
},
"devDependencies": {
"lerna": "^3.20.2"
}
Expand Down
Loading

0 comments on commit 4e612ee

Please sign in to comment.