Skip to content

Commit

Permalink
cleanup(schematics): remove the version property
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Feb 28, 2018
1 parent 45fda44 commit 24063f0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <%= utils.classify(name) %>

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version <%= version %> using [Nrwl Nx](https://nrwl.io/nx).
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) using [Nrwl Nx](https://nrwl.io/nx).

## Nrwl Extensions for Angular (Nx)

Expand Down
1 change: 0 additions & 1 deletion packages/schematics/src/collection/application/schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ export interface Schema {
name: string;
directory: string;
npmScope?: string;
version?: string;
prefix?: string;
style?: string;
minimal?: boolean;
Expand Down
3 changes: 0 additions & 3 deletions packages/schematics/src/collection/application/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@
}
]
},
"version": {
"type": "string"
},
"prefix": {
"type": "string",
"description": "The prefix to apply to generated selectors.",
Expand Down

0 comments on commit 24063f0

Please sign in to comment.