Skip to content

Commit

Permalink
manage packages with lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
gjdev committed Sep 22, 2017
1 parent 023973c commit 110ab4a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"lerna": "2.2.0",
"packages": [
"bundle", "site"
],
"version": "0.1.3"
}
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"devDependencies": {
"lerna": "^2.2.0"
}
}

0 comments on commit 110ab4a

Please sign in to comment.