Skip to content

Commit

Permalink
package: Lint test and add debug module
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Dec 8, 2017
1 parent 1593639 commit f900e33
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 4 deletions.
124 changes: 121 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"node": ">=8.0.0"
},
"scripts": {
"lint": "eslint lib/** bin/**",
"lint": "eslint lib/ bin/ test/",
"test": "npm run lint && nyc ava --verbose --serial test/ && nyc report --reporter=html",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"preversion": "npm test"
Expand All @@ -42,6 +42,7 @@
"app-root-dir": "^1.0.2",
"chalk": "^2.3.0",
"clear-module": "^2.1.0",
"debug": "^3.1.0",
"express": "^4.16.2",
"express-validation": "^1.0.2",
"glob": "^7.1.2",
Expand Down

0 comments on commit f900e33

Please sign in to comment.