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