grunt-changed
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -1,2 +0,1 @@ | ||
/* global console */ | ||
var crypto = require('crypto'); | ||
@@ -104,3 +103,2 @@ var fs = require('fs'); | ||
} | ||
console.log(filePath); | ||
var changed = String(hashes.previous) !== String(hashes.current); | ||
@@ -107,0 +105,0 @@ if (changed) { |
{ | ||
"name": "grunt-changed", | ||
"description": "Run Grunt tasks with only those source files where the content changed to the last run.", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"homepage": "https://github.com/researchgate/grunt-changed", | ||
@@ -38,3 +38,3 @@ "author": { | ||
"grunt-mocha-test": "^0.13.0", | ||
"mocha": "^4.0.0", | ||
"mocha": "^5.0.0", | ||
"tmp": "^0.0.33" | ||
@@ -41,0 +41,0 @@ }, |
22304
457