We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 302bbb3 commit 0baf815Copy full SHA for 0baf815
packages/angular/cli/commands/new.ts
@@ -71,9 +71,6 @@ export default class NewCommand extends SchematicCommand {
71
collectionName = this.parseCollectionName(options);
72
}
73
74
- const pathOptions = this.setPathOptions(options, '/');
75
- options = { ...options, ...pathOptions };
76
-
77
const packageJson = require('../package.json');
78
options.version = packageJson.version;
79
0 commit comments