From 0ac4d5b7db81e2b053f5ab0cba953f370813daec Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Mon, 21 Jan 2013 15:28:46 -0500 Subject: 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(+) (limited to 'package.json') diff --git a/package.json b/package.json index 44289a2..5eceba5 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", -- cgit v1.2.3 From 4778cb8e51ac7b1110ae6942eb9f046e77b1ba9f Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Mon, 21 Jan 2013 15:46:23 -0500 Subject: Add grunt as a dev dependency --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 5eceba5..ee73ff9 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "mustache" : "~0.4.0" }, "devDependencies": { - "grunt-contrib-mincss": "~0.3.1" + "grunt-contrib-mincss": "~0.3.1", + "grunt": "~0.3.17" } } -- cgit v1.2.3