mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 06:41:45 +08:00
8 lines
104 B
JavaScript
8 lines
104 B
JavaScript
/* jshint node: true */
|
|
'use strict';
|
|
|
|
var path = require('path');
|
|
|
|
module.exports = {
|
|
name: 'ng'
|
|
}; |