Skip to content

Commit

Permalink
fix package
Browse files Browse the repository at this point in the history
  • Loading branch information
guilouro committed Aug 21, 2017
1 parent 3b2d4af commit dfc2a5b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-global-loading",
"version": "1.0.0",
"name": "redux-global-loader",
"version": "1.0.1",
"description": "A Redux Middleware that show a Loading when wait resolve all promise-middleware's promises",
"main": "lib/index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/guilouro/redux-global-loading.git"
"url": "git+https://github.com/guilouro/redux-global-loader.git"
},
"nyc": {
"lines": 90,
Expand All @@ -36,9 +36,9 @@
"author": "Guilherme Louro",
"license": "MIT",
"bugs": {
"url": "https://github.com/guilouro/redux-global-loading/issues"
"url": "https://github.com/guilouro/redux-global-loader/issues"
},
"homepage": "https://github.com/guilouro/redux-global-loading#readme",
"homepage": "https://github.com/guilouro/redux-global-loader#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
Expand Down

0 comments on commit dfc2a5b

Please sign in to comment.