From 9cc59398e892e17f02700ea209870edb49475d9c Mon Sep 17 00:00:00 2001 From: Aiko Mastboom Date: Sat, 11 May 2013 22:35:40 +0200 Subject: [PATCH] version bumps --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f880c96..84631e3 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,9 @@ "async": "~0.2.8" }, "devDependencies": { - "sockjs": "~0.3.5" + "sockjs": "~0.3.7", + "chai": "*", + "mocha": "*" }, "repository": "git://github.com/aikomastboom/Prototyper.git", "author": "Aiko Mastboom", @@ -32,7 +34,7 @@ }, "description": "README.md", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", + "test": "mocha", "install": "./installit", "deploy": "./deployit" }