We don't care about lodash

This commit is contained in:
Andrew Stewart 2015-03-24 18:56:53 -07:00
parent 93369100df
commit 527b0febed
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
BIN := ./node_modules/.bin
FILES := $(shell find lib spec/lib examples -type f -name "*.js" | grep -v lodash)
FILES := $(shell find lib spec/lib examples -type f -name "*.js")
TEST_FILES := spec/helper.js $(shell find spec/lib -type f -name "*.js")
VERSION := $(shell node -e "console.log(require('./package.json').version)")