diff --git a/lerna.json b/lerna.json index 9178204a..0171bb95 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "independent", + "version": "0.1.0", "changelog": { "repo": "WeBankFinTech/fes.js", "cacheDir": ".changelog", diff --git a/package.json b/package.json index 8b1cd89d..c46fff29 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,9 @@ "preferGlobal": true, "scripts": { "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", "license": "MIT", diff --git a/packages/fes-template/package.json b/packages/fes-template/package.json index a16fc7b9..576c5589 100644 --- a/packages/fes-template/package.json +++ b/packages/fes-template/package.json @@ -29,11 +29,11 @@ "author": "harrywan qlin", "license": "MIT", "devDependencies": { - "@webank/eslint-config-webank": "^0.1.4", - "csp-html-webpack-plugin": "^4.0.0" + "^@webank/eslint-config-webank": "^0.1.4", + "^csp-html-webpack-plugin": "^4.0.0" }, "dependencies": { - "@webank/fes-core": "^0.1.4", - "@webank/fes-ui": "^0.1.3" + "^@webank/fes-core": "^0.1.4", + "^@webank/fes-ui": "^0.1.3" } }