minor tweaks to config

This commit is contained in:
Kai Moseley 2016-12-20 11:14:53 +00:00
parent eca28339c1
commit d6ac43a6b8
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
src
node_modules
.babelrc
.eslintrc
.eslintrc.js
.flowconfig
.gitignore
.webpack.config.js
npm-debug.log
yarn.lock

View File

@ -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",