Added testing via 'npm test'.
authorGoalSmashers <jakub@goalsmashers.com>
Thu, 23 Aug 2012 12:28:08 +0000 (14:28 +0200)
committerGoalSmashers <jakub@goalsmashers.com>
Thu, 23 Aug 2012 12:28:08 +0000 (14:28 +0200)
package.json

index cd390ab..19e507a 100644 (file)
@@ -13,6 +13,9 @@
   "bin": {
     "cleancss": "./bin/cleancss"
   },
+  "scripts": {
+    "test": "node_modules/.bin/vows test/*-test.js"
+  },
   "dependencies": {
     "optimist": "0.3.x"
   },