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