angular-cli/packages/@angular/cli/ember-cli/lib/tasks/destroy-from-blueprint.js
Hans 601f9b38f8 feat(@angular/cli): move angular-cli to @angular/cli (#4328)
This release is otherwise identical to beta.28.
2017-02-01 18:19:50 -08:00

10 lines
173 B
JavaScript

/*jshint quotmark: false*/
'use strict';
var Generate = require('./generate-from-blueprint');
module.exports = Generate.extend({
blueprintFunction: 'uninstall'
});