mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-23 07:19:58 +08:00
10 lines
173 B
JavaScript
10 lines
173 B
JavaScript
/*jshint quotmark: false*/
|
|
|
|
'use strict';
|
|
|
|
var Generate = require('./generate-from-blueprint');
|
|
|
|
module.exports = Generate.extend({
|
|
blueprintFunction: 'uninstall'
|
|
});
|