mirror of
https://github.com/foambubble/foam.git
synced 2026-01-10 06:28:12 -05:00
Add lerna
This commit is contained in:
8
lerna.json
Normal file
8
lerna.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"version": "0.2.0-alpha.0"
|
||||
}
|
||||
@@ -13,7 +13,8 @@
|
||||
"watch": "yarn workspace foam-vscode watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"all-contributors-cli": "^6.16.1"
|
||||
"all-contributors-cli": "^6.16.1",
|
||||
"lerna": "^3.22.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
|
||||
Reference in New Issue
Block a user