From b82a2ee73535bbbf3c00b38f3bd235ec5d80b291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Cruz?= Date: Sat, 22 Jun 2013 17:06:02 +0100 Subject: [PATCH] Huge commit. - Add search command - Cache clean now clears the registry cache - Fix error when accessing an unknown deep command in the cli - Change from 'roaming' to 'path' in the config - Change from 'canonicalPackage' to 'canonicalDir' - Fix dev dependencies of nested packages being fetched - Ignore invalid installed packages - Various cache fixes and improvements - Fix .bower.json being deleted if a package specified ignorables - Use fstream instead of ncp to solve the EMFILE errors --- lib/core/Project.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/core/Project.js b/lib/core/Project.js index e67c44e1..409e137c 100644 --- a/lib/core/Project.js +++ b/lib/core/Project.js @@ -366,7 +366,6 @@ Project.prototype._bootstrap = function (targets, resolved, incompatibles) { // Configure the manager and kick in the resolve process return this._manager .configure({ - production: this._production, targets: targets, resolved: resolved, incompatibles: incompatibles,