This commit is contained in:
Kai Moseley 2016-12-22 11:24:28 +00:00
parent ce24facd5a
commit 58f8689ca5
1 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "redux-scc",
"version": "0.2.0",
"version": "0.2.1",
"description": "Redux store chunk creator",
"main": "./lib/index.js",
"scripts": {
@ -26,10 +26,9 @@
"/src"
]
},
"repository" :
{
"type" : "git",
"url" : "https://github.com/npm/npm.git"
"repository": {
"type": "git",
"url": "https://github.com/TheComfyChair/redux-scc"
},
"devDependencies": {
"babel-cli": "^6.18.0",