aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2013-01-21 15:28:46 -0500
committerNick Schonning <nschonni@gmail.com>2013-01-21 15:28:46 -0500
commit0ac4d5b7db81e2b053f5ab0cba953f370813daec (patch)
tree0c6c6c8639fd396552228abd7eb41a9c76ee2379 /package.json
parent7fd9cfabf2759bd630b2135f5491036103f23b40 (diff)
downloadfreenode-live-2017-presentation-0ac4d5b7db81e2b053f5ab0cba953f370813daec.tar
freenode-live-2017-presentation-0ac4d5b7db81e2b053f5ab0cba953f370813daec.tar.gz
Add npm script tage the Travis automatically executes
Set targets to lint, and quint for when the testing is implemented
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
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",