Skip to content

Commit

Permalink
Fix linting for source files
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuno Sousa authored and Francisco Cardoso committed Mar 24, 2017
1 parent 89ae10d commit e69fa4b
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 @@ -24,7 +24,7 @@
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"changelog": "github-changelog-generator --future-release=$npm_package_version --owner=seegno --repo=mask-json > CHANGELOG.md",
"lint": "eslint src test",
"lint": "eslint *.js test",
"test": "NODE_ENV=test mocha test",
"version": "npm run changelog --future-release=$npm_package_version && git add -A CHANGELOG.md"
},
Expand Down

0 comments on commit e69fa4b

Please sign in to comment.