Skip to content

Commit

Permalink
0.2.7-1
Browse files Browse the repository at this point in the history
  • Loading branch information
yehuozhili committed Jul 4, 2020
1 parent 989c63a commit c1b1201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit c1b1201

Please sign in to comment.