Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
softdevsm9 committed Mar 15, 2015
1 parent d22fcfd commit d34772f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"scripts": {
"test": "jest",
"webpack-dev": "webpack-dev-server --config config/webpack/development.config.js --hot --progress --inline"
"webpack-dev": "webpack-dev-server --config config/webpack/development.config.js --progress --inline"
},
"jest": {
"scriptPreprocessor": "./preprocessor.js"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-rails-react-webpack",
"version": "0.1.5",
"version": "0.1.6",
"description": "Yeoman generator",
"license": "MIT",
"main": "app/index.js",
Expand Down

0 comments on commit d34772f

Please sign in to comment.