grunt-handlebars-requirejs
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "grunt-handlebars-requirejs", | ||
"description": "Precompile Handlebars templates to RequireJS modules.", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"homepage": "https://github.com/mrDarcyMurphy/grunt-handlebars-requirejs", | ||
@@ -31,3 +31,4 @@ "author": { | ||
"dependencies": { | ||
"handlebars": "~1.0.7" | ||
"handlebars": "~1.0.7", | ||
"grunt-contrib-lib": "~0.2.0" | ||
}, | ||
@@ -37,3 +38,4 @@ "devDependencies": { | ||
"grunt-contrib-clean": "~0.2.0", | ||
"mocha": "*" | ||
"mocha": "~1.4.2", | ||
"grunt-simple-mocha": "*" | ||
}, | ||
@@ -40,0 +42,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
8305
10
166
2
4
+ Addedgrunt-contrib-lib@~0.2.0
+ Addedgrunt-contrib-lib@0.2.1(transitive)