Skip to content

Commit

Permalink
Remove the dead eslintify reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Jacobs committed May 9, 2016
1 parent f76c020 commit d6fcff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"scripts": {
"js": "browserify index.js -t babelify --debug > dist/assets/bundle.js",
"js:release": "NODE_ENV=production browserify index.js -t babelify | uglifyjs -mc drop_console > dist/assets/bundle.min.js",
"js:watch": "budo index.js:dist/assets/bundle.js -H 0.0.0.0 --live --open --iw -- --debug -t eslintify -t babelify",
"js:watch": "budo index.js:dist/assets/bundle.js -H 0.0.0.0 --live --open --iw -- --debug -t babelify",
"css": "stylus -m -u autoprefixer-stylus style.styl -o dist/assets/style.css --sourcemap-inline",
"css:release": "stylus -c -u autoprefixer-stylus style.styl -o dist/assets/style.min.css",
"css:watch": "npm run css -- -w",
Expand Down

0 comments on commit d6fcff6

Please sign in to comment.