0.2.1
This commit is contained in:
parent
ce24facd5a
commit
58f8689ca5
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue