Used shorthand to call vows in package.json test

This commit is contained in:
Ryan Kirkman
2012-08-18 20:07:51 +10:00
parent 92648932fd
commit fe4aeec6e8
+1 -1
View File
@@ -11,7 +11,7 @@
"scripts": {
"build": "./build/build.js",
"test": "./node_modules/vows/bin/vows"
"test": "vows"
},
"dependencies": {},
"devDependencies": {