minor tweaks to config
This commit is contained in:
parent
eca28339c1
commit
d6ac43a6b8
|
@ -1,8 +1,8 @@
|
||||||
src
|
|
||||||
node_modules
|
node_modules
|
||||||
.babelrc
|
.babelrc
|
||||||
.eslintrc
|
.eslintrc.js
|
||||||
.flowconfig
|
.flowconfig
|
||||||
.gitignore
|
.gitignore
|
||||||
.webpack.config.js
|
.webpack.config.js
|
||||||
|
npm-debug.log
|
||||||
yarn.lock
|
yarn.lock
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "redux-scc",
|
"name": "redux-scc",
|
||||||
"version": "0.1.2",
|
"version": "0.1.2",
|
||||||
"description": "Redux store chunk creator",
|
"description": "Redux store chunk creator",
|
||||||
"main": "dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "webpack --progress",
|
"build": "webpack --progress",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
|
|
Loading…
Reference in New Issue