Skip to content

Commit

Permalink
Add lint script & modulus/standard to the CLI.
Browse files Browse the repository at this point in the history
issue #71
  • Loading branch information
tzmanics committed Feb 11, 2016
1 parent a6958ba commit e4967c1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@
"zip-stream": "0.5.1"
},
"devDependencies": {
"mocha": "1.5.x",
"express": "3.0.x"
"@modulus/standard": "0.4.x",
"express": "3.0.x",
"mocha": "1.5.x"
},
"main": "./lib/modulus",
"bin": {
Expand All @@ -62,5 +63,8 @@
"engines": {
"node": ">= 0.8.0"
},
"scripts": {}
"scripts": {
"lint": "mod-standard",
"posttest": "npm run lint"
}
}

0 comments on commit e4967c1

Please sign in to comment.