Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Package: added eslint to npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
fvdm committed Mar 28, 2016
1 parent 1c4afce commit a139e59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"main": "tk102.js",
"dependencies": {},
"devDependencies": {
"dotest": "^1.2.0"
"dotest": "^1.2.0",
"eslint": "^2.5.1"
},
"optionalDependencies": {},
"engines": {
Expand All @@ -31,7 +32,7 @@
],
"license": "Unlicense",
"scripts": {
"test": "node test.js"
"test": "eslint . && node test.js"
},
"contributors": [
{
Expand Down

0 comments on commit a139e59

Please sign in to comment.