From: GoalSmashers Date: Thu, 23 Aug 2012 12:28:08 +0000 (+0200) Subject: Added testing via 'npm test'. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d4525a17755fcbf75086318d8c44f1687484632f;p=clean-css.git Added testing via 'npm test'. --- diff --git a/package.json b/package.json index cd390ab4..19e507ae 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,9 @@ "bin": { "cleancss": "./bin/cleancss" }, + "scripts": { + "test": "node_modules/.bin/vows test/*-test.js" + }, "dependencies": { "optimist": "0.3.x" },