mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 19:13:34 +08:00
7 lines
74 B
JavaScript
7 lines
74 B
JavaScript
/* jshint node: true */
|
|
'use strict';
|
|
|
|
module.exports = {
|
|
name: 'ng'
|
|
};
|