Skip to content

Commit

Permalink
yeah V2
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin42 committed Dec 26, 2017
1 parent 84c7e27 commit 8907e58
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-perf-devtool",
"version": "3.0.0-beta11",
"version": "3.0.0",
"description": "A devtool for inspecting the performance of React Components",
"main": "src/npm/index.js",
"files": ["src"],
Expand Down Expand Up @@ -33,7 +33,9 @@
"precommit": "lint-staged",
"format":
"find src -name '*.js' | xargs ./node_modules/.bin/prettier --write --no-semi --single-quote",
"generate": "yarn build && zip -r extension.zip ./extension"
"generate":
"yarn build && rm -rf ./extension/extension.zip && zip -r ./extension/extension.zip ./extension",
"build:extension": "yarn format && yarn test && yarn generate"
},
"lint-staged": {
"*.{js,json}": [
Expand Down

0 comments on commit 8907e58

Please sign in to comment.