0.1.3
This commit is contained in:
parent
d6ac43a6b8
commit
7a2b678d80
|
@ -1,4 +1,4 @@
|
|||
/.idea/*
|
||||
/node_modules/*
|
||||
/coverage/
|
||||
/dist/*
|
||||
/lib/*
|
|
@ -1,4 +1,5 @@
|
|||
node_modules
|
||||
node_modules/
|
||||
src/
|
||||
.babelrc
|
||||
.eslintrc.js
|
||||
.flowconfig
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"name": "redux-scc",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"description": "Redux store chunk creator",
|
||||
"main": "./dist/index.js",
|
||||
"main": "./lib/index.js",
|
||||
"scripts": {
|
||||
"build": "webpack --progress",
|
||||
"build": "babel -d lib/ src/",
|
||||
"test": "jest",
|
||||
"prepublish": "npm run build"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue