add linting
left out of test for now since it seems to barf on *
This commit is contained in:
parent
fee913f1e2
commit
29687cb253
2 changed files with 6 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -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 \
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue