grunt-force-task
Advanced tools
Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "grunt-force-task", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "Enable the force option for a specific task.", | ||
"license": "MIT", | ||
"repository": "git@github.com:floriangosse/grunt-force-task.git", | ||
@@ -15,12 +16,11 @@ "author": { | ||
"engines": { | ||
"node": ">= 0.10.0" | ||
"node": ">=4" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"grunt": "~0.4.2", | ||
"grunt-contrib-clean": "~0.5.0", | ||
"grunt-contrib-jshint": "~0.8.0", | ||
"grunt-contrib-nodeunit": "~0.3.0", | ||
"jshint-stylish": "~0.1.5", | ||
"load-grunt-tasks": "~0.3.0" | ||
"grunt-contrib-clean": "~1.0.0", | ||
"grunt-contrib-jshint": "~1.0.0", | ||
"grunt-contrib-nodeunit": "~0.4.1", | ||
"jshint-stylish": "~2.1.0", | ||
"load-grunt-tasks": "~3.4.0" | ||
}, | ||
@@ -27,0 +27,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
7497
12