mirror of
https://github.com/bower/bower.git
synced 2026-02-11 22:44:58 -05:00
Initial take on the commands + renderers + cli.
This commit is contained in:
@@ -155,7 +155,9 @@ Resolver.prototype._readJson = function (dir) {
|
||||
// If it is a component.json, warn about the deprecation
|
||||
if (path.basename(filename) === 'component.json') {
|
||||
deferred.notify({
|
||||
type: 'warn',
|
||||
level: 'warn',
|
||||
tag: 'deprecated',
|
||||
json: filename,
|
||||
data: 'Package "' + this._name + '" is using the deprecated component.json file'
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user