angular-cli/index.js

8 lines
104 B
JavaScript

/* jshint node: true */
'use strict';
var path = require('path');
module.exports = {
name: 'ng'
};