From 36fd4bd49dff7da846c7e581755252581a701b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Daniel=20Xalambr=C3=AD?= Date: Sat, 10 Dec 2016 00:24:30 -0500 Subject: [PATCH] Update package.json --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f724b97..94ee8d4 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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", @@ -27,9 +27,9 @@ "author": "Sergio Daniel Xalambrí (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",