Merge pull request #1700 from djuretic/develop

Tests working (for continuous intregration)
This commit is contained in:
Tyler Renelle
2013-11-03 18:59:56 -08:00
5 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -55,7 +55,7 @@
"npm": "1.2.x"
},
"scripts": {
"test": "mocha test/api.mocha.coffee",
"test": "grunt karma:continuous",
"start": "grunt run:dev",
"postinstall": "./node_modules/bower/bin/bower install -f"
},