mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
chore: change lerna mode
affects: @webank/fes-template
This commit is contained in:
parent
3963565402
commit
f0acfb96f4
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "independent",
|
"version": "0.1.0",
|
||||||
"changelog": {
|
"changelog": {
|
||||||
"repo": "WeBankFinTech/fes.js",
|
"repo": "WeBankFinTech/fes.js",
|
||||||
"cacheDir": ".changelog",
|
"cacheDir": ".changelog",
|
||||||
|
@ -5,7 +5,9 @@
|
|||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"bootstrap": "lerna bootstrap",
|
"bootstrap": "lerna bootstrap",
|
||||||
"version": "lerna version --no-commit-hooks --no-private"
|
"version": "lerna version --no-commit-hooks --no-private",
|
||||||
|
"publish": "lerna publish from-git",
|
||||||
|
"push": "git push --tags"
|
||||||
},
|
},
|
||||||
"author": "harrywan qlin",
|
"author": "harrywan qlin",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -29,11 +29,11 @@
|
|||||||
"author": "harrywan qlin",
|
"author": "harrywan qlin",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@webank/eslint-config-webank": "^0.1.4",
|
"^@webank/eslint-config-webank": "^0.1.4",
|
||||||
"csp-html-webpack-plugin": "^4.0.0"
|
"^csp-html-webpack-plugin": "^4.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@webank/fes-core": "^0.1.4",
|
"^@webank/fes-core": "^0.1.4",
|
||||||
"@webank/fes-ui": "^0.1.3"
|
"^@webank/fes-ui": "^0.1.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user