Преглед на файлове

Add npm script tage the Travis automatically executes

Set targets to lint, and quint for when the testing is implemented
Nick Schonning преди 11 години
родител
ревизия
0ac4d5b7db
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      package.json

+ 3 - 0
package.json

@@ -15,6 +15,9 @@
 	"engines": {
 		"node": "~0.8.0"
 	},
+	"scripts": {
+		"test": "grunt lint qunit"
+	},
 	"dependencies": {
 		"underscore" : "~1.3.3",
 		"express" : "~2.5.9",