diff --git a/NOTES.md b/NOTES.md index 3e201ee0..78ee4dd0 100644 --- a/NOTES.md +++ b/NOTES.md @@ -47,7 +47,7 @@ - url resolver should work with fonts, e.g.: http://fonts.googleapis.com/css?family=Noto+Serif - discuss ability to specify folders inside bower_components.. e.g. components/fonts/ - discuss namespaces in the registry - +- cache dir location: https://github.com/bower/bower/issues/448 Not BC changes: - shorthand_resolver -> shorthandResolver diff --git a/lib/util/removeIgnores.js b/lib/util/removeIgnores.js index bab3f4f9..8aa16700 100644 --- a/lib/util/removeIgnores.js +++ b/lib/util/removeIgnores.js @@ -1,7 +1,7 @@ var util = require('util'); var rimraf = require('rimraf'); var IgnoreReader = require('fstream-ignore'); -var Q = require('Q'); +var Q = require('q'); // Special reader class that only emits entries // for files that were ignored, instead of the opposite