diff --git a/core/package.json b/core/package.json index 8d2cac8e..a5af9239 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@staticcms/core", - "version": "1.0.0-beta2", + "version": "1.0.0-beta3", "license": "MIT", "description": "Static CMS core application.", "repository": "https://github.com/StaticJsCMS/static-cms", @@ -22,7 +22,9 @@ "lint:format": "prettier \"src/**/*.{js,jsx,ts,tsx,css}\" --list-different", "lint:js": "eslint --color --ignore-path .gitignore \"src/**/*.{js,jsx,ts,tsx}\"", "lint": "run-p -c --aggregate-output \"lint:*\"", - "prepublishOnly": "yarn build", + "prepublishOnly": "yarn build ", + "prepack": "cp ../README.md ./", + "postpack": "rm ./README.md", "start": "run-s clean develop", "test": "cross-env NODE_ENV=test jest", "test:integration": "cross-env NODE_ENV=test jest -c jest.config.integration.js", diff --git a/package.json b/package.json index 2da2111d..5f485243 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "devDependencies": { - "husky": "^8.0.2", - "lint-staged": "^13.1.0" + "husky": "8.0.2", + "lint-staged": "13.1.0" }, "scripts": { "prepare": "husky install" diff --git a/yarn.lock b/yarn.lock index 3af0cbbf..ba1db4f8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -164,7 +164,7 @@ human-signals@^3.0.1: resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-3.0.1.tgz#c740920859dafa50e5a3222da9d3bf4bb0e5eef5" integrity sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ== -husky@^8.0.2: +husky@8.0.2: version "8.0.2" resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.2.tgz#5816a60db02650f1f22c8b69b928fd6bcd77a236" integrity sha512-Tkv80jtvbnkK3mYWxPZePGFpQ/tT3HNSs/sasF9P2YfkMezDl3ON37YN6jUUI4eTg5LcyVynlb6r4eyvOmspvg== @@ -204,7 +204,7 @@ lilconfig@2.0.6: resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.6.tgz#32a384558bd58af3d4c6e077dd1ad1d397bc69d4" integrity sha512-9JROoBW7pobfsx+Sq2JsASvCo6Pfo6WWoUW79HuB1BCoBXD4PLWJPqDF6fNj67pqBYTbAHkE57M1kS/+L1neOg== -lint-staged@^13.1.0: +lint-staged@13.1.0: version "13.1.0" resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.1.0.tgz#d4c61aec939e789e489fa51987ec5207b50fd37e" integrity sha512-pn/sR8IrcF/T0vpWLilih8jmVouMlxqXxKuAojmbiGX5n/gDnz+abdPptlj0vYnbfE0SQNl3CY/HwtM0+yfOVQ==