Skip to content

Commit

Permalink
Merge pull request #624 from rappestad/master
Browse files Browse the repository at this point in the history
Fix failing npm lint script
  • Loading branch information
designfrontier committed Jan 21, 2019
2 parents 6d3e8dc + e876816 commit 80b154c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ava-parralel": "ava -s *.test.js utils/**/*.test.js web-sockets/**/*.test.js security/**/*.test.js",
"router-tests": "ava -s routes/**/*.test.js",
"start": "node app.js",
"lint": "bin/lint.js",
"lint": "node bin/lint.js",
"release": "npm test && echo ' => releasing' && tom",
"release:minor": "npm test && echo ' => releasing' && tom --type=minor",
"release:major": "npm test && echo ' => releasing' && tom --type=major",
Expand Down

0 comments on commit 80b154c

Please sign in to comment.