Comparing version 0.9.1 to 0.9.2
# Changelog | ||
## 0.9.2 - 2013-04-28 | ||
- Better fix for #429 | ||
## 0.9.1 - 2013-04-27 | ||
- Update `package.json`, docs and other stuff to point to the new `Bower` organisation on GitHub | ||
- Fix root label of `bower list` being a absolute dir; now uses the package name | ||
- Fix root label of `bower list` being an absolute path; now uses the package name | ||
- Fix `bower update <pkg>` updating all packages; now throws when updating an unknown package | ||
- Fix `list` command when package use different names than the `guessed` ones ([#429](https://github.com/bower/bower/issues/429)) | ||
- Fix `list` command when package use different names than the `guessed` one ([#429](https://github.com/bower/bower/issues/429)) | ||
@@ -9,0 +12,0 @@ ## 0.9.0 - 2013-04-25 |
@@ -859,4 +859,5 @@ // ========================================== | ||
// If the cache folder does not exists, try guessing it again from the new gitUrl | ||
if (!fs.existsSync(this.gitPath)) { | ||
// If we are not in the middle of the resolve process and if the cache folder | ||
// does not exists, try guessing it again from the new gitUrl | ||
if (!this.unitWork.isLocked(this.cacheName) && !fs.existsSync(this.gitPath)) { | ||
this.cacheName = this.guessName(this.cacheName); | ||
@@ -863,0 +864,0 @@ this.gitPath = path.join(config.cache, this.cacheName, this.resourceId); |
{ | ||
"name": "bower", | ||
"description": "The browser package manager.", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"author": "Twitter", | ||
@@ -6,0 +6,0 @@ "licenses": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
390337
5381