chore: lerna init

This commit is contained in:
Anoop M D 2021-12-02 13:57:22 +05:30
parent a9342c36fe
commit 17d2a2a674
2 changed files with 13 additions and 0 deletions

6
lerna.json Normal file
View File

@ -0,0 +1,6 @@
{
"packages": [
"packages/*"
],
"version": "0.0.0"
}

7
package.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "grafnode",
"private": true,
"devDependencies": {
"lerna": "^4.0.0"
}
}