From c1b1201b6459540b5aa7b2f4f4fd2761acea6222 Mon Sep 17 00:00:00 2001 From: yehuozhili <673632758@qq.com> Date: Sat, 4 Jul 2020 13:57:37 +0800 Subject: [PATCH] 0.2.7-1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 11df1f6..3366530 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bigbear-ui", - "version": "0.2.7-0", + "version": "0.2.7-1", "description": "Neumorphic component library for React;基于React制作的拟物风格组件库", "keywords": [ "component", @@ -55,7 +55,7 @@ "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", "prepublishOnly": "npm run test:nowatch & npm run lint & npm run build & npm run changelog", "prettier": "prettier --config ./.prettierrc.js --write ./src/**/*.tsx", - "pub":"npm run build && npx np" + "pub": "npm run build && npx np" }, "eslintConfig": { "extends": "react-app"