Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Dec 10, 2016
1 parent 4508fc7 commit 36fd4bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-duck",
"version": "1.0.1",
"version": "1.0.2",
"description": "Helper function to create Redux modules using the ducks-modular-redux proposal.",
"main": "build/index.js",
"directories": {
Expand All @@ -16,7 +16,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/sergiodxa/redux-duck.git"
"url": "git+https://github.com/PlatziDev/redux-duck.git"
},
"keywords": [
"redux",
Expand All @@ -27,9 +27,9 @@
"author": "Sergio Daniel Xalambrí <sergio@xalambri.com.ar> (http://sergio.xalambri.com.ar/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sergiodxa/redux-duck/issues"
"url": "https://github.com/PlatziDev/redux-duck/issues"
},
"homepage": "http://sergio.xalambri.com.ar/redux-duck/",
"homepage": "https://github.com/PlatziDev/redux-duck/",
"devDependencies": {
"babel": "6.5.2",
"babel-cli": "6.7.5",
Expand Down

0 comments on commit 36fd4bd

Please sign in to comment.