Skip to content

Commit

Permalink
feat: Remove create-ts-lib dependency. Add Lerna to handle multiple p…
Browse files Browse the repository at this point in the history
…ackages
  • Loading branch information
emyann committed Feb 10, 2018
1 parent 407cc18 commit 4cc0d71
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"lerna": "2.8.0",
"packages": [
"packages/*"
],
"version": "0.1.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "yrenaudin",
"license": "MIT",
"devDependencies": {
"create-ts-lib": "^0.0.8"
"lerna": "^2.8.0"
}
}

0 comments on commit 4cc0d71

Please sign in to comment.