backstrap-gruntfile
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "backstrap-gruntfile", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "a great starter Gruntfile with a complete development workflow", | ||
@@ -48,3 +48,6 @@ "main": "Gruntfile.coffee", | ||
}, | ||
"homepage": "https://github.com/giladgray/gruntfile" | ||
"homepage": "https://github.com/giladgray/gruntfile", | ||
"dependencies": { | ||
"lodash": "^2.4.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
11469
1
+ Addedlodash@^2.4.1
+ Addedlodash@2.4.2(transitive)