From 6e79cb1e839da194af82c5b39862939732154250 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Tue, 21 Apr 2015 16:21:23 +0430 Subject: [PATCH] dist/test is the right directory --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d2e45f4..f603f2f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "dist/index.js", "directories": { - "test": "tests" + "test": "dist/tests" }, "scripts": { "test": "grunt test"