From: Nick Schonning Date: Mon, 21 Jan 2013 20:28:46 +0000 (-0500) Subject: Add npm script tage the Travis automatically executes X-Git-Tag: 2.2.0~9^2~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0ac4d5b7db81e2b053f5ab0cba953f370813daec;p=reveal.js.git Add npm script tage the Travis automatically executes Set targets to lint, and quint for when the testing is implemented --- 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",