Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxxxzero committed Dec 14, 2017
1 parent d55ed8f commit f6eb353
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-api-unrest",
"version": "0.5.3",
"version": "0.6.0",
"description": "A redux reducer for unrest.",
"main": "lib/index.js",
"repository": "https://github.com/Kozea/redux-api-unrest",
Expand Down Expand Up @@ -38,7 +38,9 @@
"redux-thunk": "^2.2.0",
"rimraf": "^2.6.2"
},
"files": ["lib/"],
"files": [
"lib/"
],
"importSort": {
".js, .jsx": {
"parser": "babylon",
Expand Down

0 comments on commit f6eb353

Please sign in to comment.