From 7d5cca18f063baf3e97279b27ece1a4d3ddaa07c Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Fri, 29 Apr 2011 14:51:57 -0400 Subject: [PATCH] No more ndistro, expect system utilities --- .ndistro | 7 ------- Makefile | 4 ++-- 2 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 .ndistro diff --git a/.ndistro b/.ndistro deleted file mode 100644 index 278434c..0000000 --- a/.ndistro +++ /dev/null @@ -1,7 +0,0 @@ -node 0.2.3 -module isaacs sax-js v0.1.1 -module documentcloud underscore 1.1.4 -module visionmedia expresso 0.7.2 -module creationix step v0.0.3 -module springmeyer node-zipfile -module tmcw node-get diff --git a/Makefile b/Makefile index 0f67af7..7a6da51 100644 --- a/Makefile +++ b/Makefile @@ -4,10 +4,10 @@ ifndef only test: - bin/expresso -I lib test/*.test.js + expresso -I lib test/*.test.js else test: - bin/expresso -I lib test/${only}.test.js + expresso -I lib test/${only}.test.js endif doc: