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

Commit 36fd4bd

Browse files
authored
Update package.json
1 parent 4508fc7 commit 36fd4bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-duck",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Helper function to create Redux modules using the ducks-modular-redux proposal.",
55
"main": "build/index.js",
66
"directories": {
@@ -16,7 +16,7 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "git+https://github.com/sergiodxa/redux-duck.git"
19+
"url": "git+https://github.com/PlatziDev/redux-duck.git"
2020
},
2121
"keywords": [
2222
"redux",
@@ -27,9 +27,9 @@
2727
"author": "Sergio Daniel Xalambrí <sergio@xalambri.com.ar> (http://sergio.xalambri.com.ar/)",
2828
"license": "MIT",
2929
"bugs": {
30-
"url": "https://github.com/sergiodxa/redux-duck/issues"
30+
"url": "https://github.com/PlatziDev/redux-duck/issues"
3131
},
32-
"homepage": "http://sergio.xalambri.com.ar/redux-duck/",
32+
"homepage": "https://github.com/PlatziDev/redux-duck/",
3333
"devDependencies": {
3434
"babel": "6.5.2",
3535
"babel-cli": "6.7.5",

0 commit comments

Comments
 (0)