From 29687cb2531fcd941011a2f91062761528180830 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Fri, 16 May 2014 09:23:00 -0700 Subject: [PATCH] add linting left out of test for now since it seems to barf on * --- Makefile | 4 ++++ package.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c7052e7..2852935 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,8 @@ +SRC = lib/*.js + +include node_modules/make-lint/index.mk + test: @NODE_ENV=test ./node_modules/.bin/mocha \ --require should \ diff --git a/package.json b/package.json index c087db4..9b387b3 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,8 @@ "devDependencies": { "should": "^3.1.0", "mocha": "^1.17.0", - "supertest": "~0.12.0" + "supertest": "~0.12.0", + "make-lint": "^1.0.1" }, "engines": { "node": ">= 0.11.9"