grunt-changed
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "grunt-changed", | ||
"description": "Run Grunt tasks with only those source files where the content changed to the last run.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/researchgate/grunt-changed", | ||
@@ -40,4 +40,3 @@ "author": { | ||
"grunt-contrib-clean": "0.6.0", | ||
"mock-fs": "2.x", | ||
"mkdirp": "0.5.0" | ||
"mock-fs": "2.x" | ||
}, | ||
@@ -55,4 +54,5 @@ "peerDependencies": { | ||
"async": "0.9.0", | ||
"rimraf": "2.2.8" | ||
"rimraf": "2.2.8", | ||
"mkdirp": "0.5.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
94765
10
4
+ Addedmkdirp@0.5.0
+ Addedminimist@0.0.8(transitive)
+ Addedmkdirp@0.5.0(transitive)