Skip to content

Commit b15d1f3

Browse files
delastevehansl
authored andcommitted
refactor(@angular/cli): move ng2 blueprint to ng (#4932)
1 parent b498549 commit b15d1f3

34 files changed

+4
-4
lines changed

packages/@angular/cli/addon/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const config = require('../models/config');
55
const path = require('path');
66

77
module.exports = {
8-
name: 'ng2',
8+
name: 'ng',
99

1010
config: function () {
1111
this.project.ngConfigObj = this.project.ngConfigObj || config.CliConfig.fromProject();

0 commit comments

Comments
 (0)