From 0ac4d5b7db81e2b053f5ab0cba953f370813daec Mon Sep 17 00:00:00 2001
From: Nick Schonning <nschonni@gmail.com>
Date: Mon, 21 Jan 2013 15:28:46 -0500
Subject: [PATCH] Add npm script tage the Travis automatically executes

Set targets to lint, and quint for when the testing is implemented
---
 package.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package.json b/package.json
index 44289a27..5eceba50 100644
--- a/package.json
+++ b/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",
-- 
GitLab