We don't care about lodash
This commit is contained in:
parent
93369100df
commit
527b0febed
2
Makefile
2
Makefile
|
@ -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)")
|
||||
|
|
Loading…
Reference in New Issue