mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Fixed typos
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
|
||||
## 0.7.0 - 2013-02-01
|
||||
- __Ability to resolve conflicts__ ([#214](https://github.com/twitter/bower/issues/214))
|
||||
- __Ability to search and publish to different endpoints by specifiying them in the `.bowerrc` file__
|
||||
- __Ability to search and publish to different endpoints by specifying them in the `.bowerrc` file__
|
||||
- __Experimental autocompletion__
|
||||
- __Ability to exclude (ignore) files__
|
||||
- Fix minor issues in the cache clean command
|
||||
|
||||
@@ -54,7 +54,7 @@ if (fileExists(localFile)) {
|
||||
}
|
||||
}
|
||||
|
||||
// Configure tmp package to use graceful degradationn
|
||||
// Configure tmp package to use graceful degradation
|
||||
// If an uncaught exception occurs, the temporary directories will be deleted nevertheless
|
||||
tmp.setGracefulCleanup();
|
||||
|
||||
|
||||
@@ -99,7 +99,7 @@ var Package = function (name, endpoint, manager) {
|
||||
}
|
||||
|
||||
// Store a reference to the original tag & original path
|
||||
// This is because the tag & paths can get rewriten later
|
||||
// This is because the tag & paths can get rewritten later
|
||||
if (this.tag) this.originalTag = this.tag;
|
||||
if (this.path) this.originalPath = endpoint;
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// ==========================================
|
||||
// BOWER: Public API Defintion
|
||||
// BOWER: Public API Definition
|
||||
// ==========================================
|
||||
// Copyright 2012 Twitter, Inc
|
||||
// Licensed under The MIT License
|
||||
|
||||
Reference in New Issue
Block a user