Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasMargot committed Dec 27, 2018
1 parent 074cdbc commit 915c2f7
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": "redux-communication",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"description": "Data fetching communication-state handler pluggable into redux.",
"keywords": [
Expand Down Expand Up @@ -30,7 +30,9 @@
"test:coverage": "jest --coverage",
"lint": "eslint ./src",
"build": "rollup --config",
"codecov": "jest && codecov"
"codecov": "jest && codecov",
"prepare": "npm run build && npm run lint && npm run test",
"prepublish": "npm run prepare"
},
"devDependencies": {
"@babel/core": "^7.2.2",
Expand Down

0 comments on commit 915c2f7

Please sign in to comment.