We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4704f78 commit f7f13dfCopy full SHA for f7f13df
addon/ng2/commands/init.js
@@ -9,7 +9,6 @@ var GitInit = require('../tasks/git-init');
9
var LinkCli = require('../tasks/link-cli');
10
var NpmInstall = require('../tasks/npm-install');
11
12
-
13
module.exports = Command.extend({
14
name: 'init',
15
description: 'Creates a new angular-cli project in the current folder.',
@@ -95,7 +94,7 @@ module.exports = Command.extend({
95
94
96
return Promise.reject(new SilentError(message));
97
}
98
+
99
var blueprintOpts = {
100
dryRun: commandOptions.dryRun,
101
blueprint: commandOptions.blueprint || this._defaultBlueprint(),
0 commit comments