diff --git a/packages/father-build/package.json b/packages/father-build/package.json index ff5c2c7e..dce4214d 100644 --- a/packages/father-build/package.json +++ b/packages/father-build/package.json @@ -1,6 +1,6 @@ { "name": "father-build", - "version": "1.2.0", + "version": "1.3.0", "description": "Library build tool based on rollup.", "main": "lib/index.js", "bin": { diff --git a/packages/father/package.json b/packages/father/package.json index 88fb36ce..74a01bdc 100644 --- a/packages/father/package.json +++ b/packages/father/package.json @@ -1,6 +1,6 @@ { "name": "father", - "version": "2.12.1", + "version": "2.13.0", "description": "Library toolkit based on rollup, docz, storybook, jest and eslint.", "main": "lib/index.js", "bin": { @@ -46,7 +46,7 @@ "eslint-plugin-promise": "^4.1.1", "eslint-plugin-react": "^7.12.4", "eslint-plugin-unicorn": "^8.0.1", - "father-build": "1.2.0", + "father-build": "1.3.0", "fs-extra": "^8.0.1", "gh-pages": "2.0.1", "lodash": "4.17.11",