Skip to content

Commit

Permalink
v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nasdan committed Aug 12, 2019
1 parent b6ab0ff commit 9719b9b
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": "react-promise-tracker",
"version": "2.0.4",
"version": "2.0.5",
"description": "Simple React Promise tracker Hook/HOC helper to add loading spinner indicators",
"keywords": [
"react",
Expand Down Expand Up @@ -54,7 +54,7 @@
"test": "cross-env NODE_ENV=test jest",
"test:watch": "cross-env NODE_ENV=test jest --watchAll",
"release:prepare": "npm run clean && npm run test && npm run build && rimraf build/dist/report",
"release": "npm publish ./build",
"release": "npm run release:prepare && npm publish ./build",
"release-beta": "npm run release:prepare && npm publish ./build --tag beta"
},
"peerDependencies": {
Expand Down

0 comments on commit 9719b9b

Please sign in to comment.