diff --git a/tasks/lib/check-path.js b/tasks/lib/check-path.js index 7e055a9..940bc4b 100644 --- a/tasks/lib/check-path.js +++ b/tasks/lib/check-path.js @@ -2,6 +2,7 @@ var debug = require('debug')('changelog:checkPath'); var fs = require('fs'); +var path = require('path'); function makePathDone(done, err) { if (err) {