Skip to content

Commit

Permalink
Merge pull request #32 from fatso83/cross-platform
Browse files Browse the repository at this point in the history
Remove BASH syntax in lint script
  • Loading branch information
fatso83 committed Dec 10, 2015
2 parents 8a17ea7 + 7b4d41d commit 59dd19a
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 @@ -14,7 +14,7 @@
},
"license": "BSD-3-Clause",
"scripts": {
"lint": "$(npm bin)/jslint src/**/*.js",
"lint": "jslint src/**/*.js",
"test-node": "mocha -R dot",
"test-headless": "mochify",
"test-cloud": "mochify --wd",
Expand Down

0 comments on commit 59dd19a

Please sign in to comment.