Revert "feat: lerna link convert"

This reverts commit 4ee8fc9a20.
This commit is contained in:
2022-05-14 10:45:06 +08:00
parent 43aa39b86f
commit 073cf6aaac
24 changed files with 173 additions and 95 deletions

View File

@ -19,10 +19,16 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@ccms/common": "file:../common",
"@ccms/container": "file:../container",
"@ccms/polyfill": "file:../polyfill",
"@ccms/common": "^0.20.0",
"@ccms/container": "^0.20.0",
"@ccms/polyfill": "^0.20.0",
"base64-js": "^1.5.1",
"source-map-builder": "^0.0.7"
},
"devDependencies": {
"@types/base64-js": "^1.3.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"typescript": "^4.6.3"
}
}