removed debug flags from test

This commit is contained in:
Jarrod Overson 2012-11-07 11:24:06 -08:00
parent e151a8725f
commit 1a1af9aa73

View File

@ -25,7 +25,7 @@
"node": ">=0.8.0" "node": ">=0.8.0"
}, },
"scripts": { "scripts": {
"test": "./node_modules/grunt-cli/bin/grunt test -vd" "test": "./node_modules/grunt-cli/bin/grunt test"
}, },
"dependencies": { "dependencies": {
"grunt-lib-phantomjs": "~0.1.0", "grunt-lib-phantomjs": "~0.1.0",