init lerna
This commit is contained in:
parent
64dfe54953
commit
ca4b7aba04
2 changed files with 13 additions and 0 deletions
6
lerna.json
Normal file
6
lerna.json
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"packages": [
|
||||||
|
"packages/*"
|
||||||
|
],
|
||||||
|
"version": "independent"
|
||||||
|
}
|
7
package.json
Normal file
7
package.json
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"name": "root",
|
||||||
|
"private": true,
|
||||||
|
"devDependencies": {
|
||||||
|
"lerna": "^3.20.2"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue