Skip to content

Commit 6a25804

Browse files
committed
setup lerna
1 parent e2ee331 commit 6a25804

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
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.0.0-rc.2",
3+
"packages": [
4+
"packages/*"
5+
],
6+
"version": "independent"
7+
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"primer-product": "^3.0.0"
3030
},
3131
"devDependencies": {
32+
"lerna": "^2.0.0-rc.2",
3233
"primer-module-build": "*"
3334
},
3435
"keywords": [

0 commit comments

Comments
 (0)