Add npm script tage the Travis automatically executes
authorNick Schonning <nschonni@gmail.com>
Mon, 21 Jan 2013 20:28:46 +0000 (15:28 -0500)
committerNick Schonning <nschonni@gmail.com>
Mon, 21 Jan 2013 20:28:46 +0000 (15:28 -0500)
Set targets to lint, and quint for when the testing is implemented

package.json

index 44289a27daf950d08d6235aade6ff54bb18fdb2e..5eceba50acc07998f314ee11573373e50fbba348 100644 (file)
@@ -15,6 +15,9 @@
        "engines": {
                "node": "~0.8.0"
        },
+       "scripts": {
+               "test": "grunt lint qunit"
+       },
        "dependencies": {
                "underscore" : "~1.3.3",
                "express" : "~2.5.9",