Skip to content

Commit d6fcff6

Browse files
author
Evan Jacobs
committed
Remove the dead eslintify reference
1 parent f76c020 commit d6fcff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/app/templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"scripts": {
4242
"js": "browserify index.js -t babelify --debug > dist/assets/bundle.js",
4343
"js:release": "NODE_ENV=production browserify index.js -t babelify | uglifyjs -mc drop_console > dist/assets/bundle.min.js",
44-
"js:watch": "budo index.js:dist/assets/bundle.js -H 0.0.0.0 --live --open --iw -- --debug -t eslintify -t babelify",
44+
"js:watch": "budo index.js:dist/assets/bundle.js -H 0.0.0.0 --live --open --iw -- --debug -t babelify",
4545
"css": "stylus -m -u autoprefixer-stylus style.styl -o dist/assets/style.css --sourcemap-inline",
4646
"css:release": "stylus -c -u autoprefixer-stylus style.styl -o dist/assets/style.min.css",
4747
"css:watch": "npm run css -- -w",

0 commit comments

Comments
 (0)