From 597c3c0f240ddb0116785f6e24742359bf4f4de7 Mon Sep 17 00:00:00 2001 From: kurokikaze Date: Wed, 19 Feb 2014 19:38:17 +0400 Subject: [PATCH] Switched to barebone test (not really a unit-test, per se) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9260db..f7ea519 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,6 @@ "url": "git://github.com/kurokikaze/limestone.git" }, "scripts": { - "test": "node ls-test.js" + "test": "node purels.js" } }