From bded75f221caf8e84fcc8359d4def51e4a04f5d5 Mon Sep 17 00:00:00 2001 From: ezubarev Date: Fri, 6 May 2016 14:06:48 +0600 Subject: Get rid of nodeunit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c3bf33e..5104ce8 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ DIST = dist SRC = lib/index.js SCRIPTS = ./support JS_SRC = $(shell find lib/ -type f -name '*.js') -LINT_FILES = lib/ test/ mocha_test/ $(shell find perf/ -maxdepth 2 -type f) support/ karma.conf.js +LINT_FILES = lib/ mocha_test/ $(shell find perf/ -maxdepth 2 -type f) support/ karma.conf.js UMD_BUNDLE = $(BUILDDIR)/dist/async.js UMD_BUNDLE_MIN = $(BUILDDIR)/dist/async.min.js -- cgit v1.2.1