update package.json

This commit is contained in:
stephen grider 2015-11-25 14:06:06 -08:00
parent dff784dd89
commit dedb285114
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
{
"name": "redux-simple-starter",
"version": "1.0.0",
"description": "",
"description": "Simple starter package for Redux with React and Babel support",
"main": "index.js",
"repository": "none",
"scripts": {
"start": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js"
},