Initial take on the commands + renderers + cli.

This commit is contained in:
André Cruz
2013-05-23 19:55:59 +01:00
parent 9f6bf62efc
commit cfb3d14028
21 changed files with 442 additions and 68 deletions

View File

@@ -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'
});
}