From c5b8e541bd034e37195200fc76f5aee3e802496f Mon Sep 17 00:00:00 2001 From: alfred sang Date: Thu, 6 Nov 2014 19:37:19 +0800 Subject: [PATCH] add thirty-two to dev-dependencies --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 06b8442..e3f914c 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ }, "dependencies": {}, "devDependencies": { - "mocha": "~1.18.2" + "mocha": "~1.18.2", + "thirty-two": "0.0.2" } }