Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa authored Dec 10, 2016
1 parent 59d5566 commit 536f1a1
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-duck-test",
"version": "1.0.0",
"version": "1.0.1",
"description": "Helper functions for testing redux ducks made with redux-duck library",
"main": "build/index.js",
"directories": {
Expand All @@ -16,20 +16,20 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/sergiodxa/redux-duck-test.git"
"url": "git+https://github.com/PlatziDev/redux-duck-test.git"
},
"keywords": [
"redux",
"duck",
"test",
"helper"
],
"author": "Sergio Daniel Xalambrí <sergio@xalambri.com.ar> (http://sergio.xalambri.com.ar/)",
"author": "Sergio Daniel Xalambrí <sergio@xalambri.xyz> (http://sergio.xalambri.xyz/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sergiodxa/redux-duck-test/issues"
"url": "https://github.com/PlatziDev/redux-duck-test/issues"
},
"homepage": "https://github.com/sergiodxa/redux-duck-test#readme",
"homepage": "https://github.com/PlatziDev/redux-duck-test#readme",
"devDependencies": {
"babel": "6.5.2",
"babel-cli": "6.7.5",
Expand Down

0 comments on commit 536f1a1

Please sign in to comment.