Skip to content

Commit 4cc0d71

Browse files
committed
feat: Remove create-ts-lib dependency. Add Lerna to handle multiple packages
1 parent 407cc18 commit 4cc0d71

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

lerna.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"lerna": "2.8.0",
3+
"packages": [
4+
"packages/*"
5+
],
6+
"version": "0.1.0"
7+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"author": "yrenaudin",
1616
"license": "MIT",
1717
"devDependencies": {
18-
"create-ts-lib": "^0.0.8"
18+
"lerna": "^2.8.0"
1919
}
2020
}

0 commit comments

Comments
 (0)