From 803efa03afc3102a1b1d5f55a83bb7a574200d59 Mon Sep 17 00:00:00 2001 From: Pascal Deschenes Date: Thu, 1 Nov 2012 14:12:27 -0400 Subject: [PATCH] add test script and specific mocha/should version in package.json --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0f8da22..8306ef8 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,9 @@ "name": "showdown", "version": "0.2.0", "author": "John Fraser", + "scripts": { + "test": "mocha ./test/run.js" + }, "contributors": [ "John Gruber", "John Fraser", @@ -19,8 +22,8 @@ "web": "https://github.com/coreyti/showdown" }, "devDependencies": { - "mocha": "*", - "should": "*" + "mocha": "1.3.0", + "should": "1.2.0" }, "licenses": [{ "type": "BSD",