aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-08-22 19:06:41 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-08-22 19:06:41 -0400
commita7b348e83b62fdfdf2a5d14ae98d84d46130dc04 (patch)
tree50f6e4d17407072d0455b19b3dd61ed3307d9d97
parentc7728ba659e11bdbea3105298a1c8f81668627e5 (diff)
downloadfreenode-live-2017-presentation-a7b348e83b62fdfdf2a5d14ae98d84d46130dc04.tar
freenode-live-2017-presentation-a7b348e83b62fdfdf2a5d14ae98d84d46130dc04.tar.gz
add qunit grunt dependency
-rw-r--r--Gruntfile.js1
-rw-r--r--package.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 892469a..79e87b3 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -109,6 +109,7 @@ module.exports = function(grunt) {
});
// Dependencies
+ grunt.loadNpmTasks( 'grunt-contrib-qunit' );
grunt.loadNpmTasks( 'grunt-contrib-jshint' );
grunt.loadNpmTasks( 'grunt-contrib-cssmin' );
grunt.loadNpmTasks( 'grunt-contrib-uglify' );
diff --git a/package.json b/package.json
index 5186842..6326570 100644
--- a/package.json
+++ b/package.json
@@ -27,6 +27,7 @@
"socket.io": "~0.9.13"
},
"devDependencies": {
+ "grunt-contrib-qunit": "~0.2.2",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-cssmin": "~0.4.1",
"grunt-contrib-uglify": "~0.1.1",