diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index c2e6d3d..8da6168 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "reveal.js", - "version": "2.5.0", + "version": "2.6.0-dev", "description": "The HTML Presentation Framework", "homepage": "http://lab.hakim.se/reveal-js", "subdomain": "revealjs", "scripts": { - "test": "grunt jshint", + "test": "grunt test", "start": "" }, "author": { @@ -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", |