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 node_modules
.babelrc .babelrc
.eslintrc .eslintrc.js
.flowconfig .flowconfig
.gitignore .gitignore
.webpack.config.js .webpack.config.js
npm-debug.log
yarn.lock yarn.lock

View File

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