mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user