add linting

left out of test for now since it seems to barf on *
This commit is contained in:
TJ Holowaychuk 2014-05-16 09:23:00 -07:00
parent fee913f1e2
commit 29687cb253
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,8 @@
SRC = lib/*.js
include node_modules/make-lint/index.mk
test: test:
@NODE_ENV=test ./node_modules/.bin/mocha \ @NODE_ENV=test ./node_modules/.bin/mocha \
--require should \ --require should \

View File

@ -41,7 +41,8 @@
"devDependencies": { "devDependencies": {
"should": "^3.1.0", "should": "^3.1.0",
"mocha": "^1.17.0", "mocha": "^1.17.0",
"supertest": "~0.12.0" "supertest": "~0.12.0",
"make-lint": "^1.0.1"
}, },
"engines": { "engines": {
"node": ">= 0.11.9" "node": ">= 0.11.9"