feat: lerna link convert

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2022-04-26 07:52:43 +08:00
parent 8d0484eefb
commit 4ee8fc9a20
24 changed files with 93 additions and 177 deletions

View File

@ -14,14 +14,8 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@ccms/i18n": "^0.20.0",
"@ccms/nodejs": "^0.20.0",
"@ccms/i18n": "file:../i18n",
"@ccms/nodejs": "file:../nodejs",
"core-js": "^3.22.1"
},
"devDependencies": {
"@ccms/nashorn": "^0.20.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"typescript": "^4.6.3"
}
}