From 2d292000a8c026a25b574d87a49256d5c9e6df40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Cruz?= Date: Fri, 3 May 2013 10:11:26 +0100 Subject: [PATCH] Oops. --- NOTES.md | 2 +- lib/util/removeIgnores.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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