Implement link command.

Also:
- CS fixes
- Remove options argument from commands that do not have them
- Use console.trace instead of err.stack (more reliable)
This commit is contained in:
André Cruz
2013-06-24 23:19:59 +01:00
parent ee3941b86a
commit f9f8f7aebd
16 changed files with 259 additions and 76 deletions

View File

@@ -214,8 +214,7 @@ function createResolver(decEndpoint, registryClient, config) -> Promise
```
The function is async to allow querying the Bower registry, etc.
The `registryClient` is an instance of [`RegistryClient`](https://github.com/bower/registry-client) to be used. If null, the registry won't be queried.
If `config` is not passed, the default config will be used.
The `registryClient` is an instance of [RegistryClient](https://github.com/bower/registry-client) to be used. If null, the registry won't be queried.
#### ResolveCache