diff --git a/cmd/templates/angular-template/template.json b/cmd/templates/angular-template/template.json index 6e23739c4..89ac169e4 100644 --- a/cmd/templates/angular-template/template.json +++ b/cmd/templates/angular-template/template.json @@ -1,14 +1,14 @@ { "name": "Angular", "version": "1.0.0", - "shortdescription": "Angular 8 template", + "shortdescription": "Angular 8 template (Requires node 10.8+)", "description": "Angular projects w/ @angular/cli - Note: in order to reach the cli use npx like this: npx ng", "dependencies": [ - { - "bin": "npx", - "help": "This template requires 'npx'. Please install with 'npm install -g npx'" - } - ], + { + "bin": "npx", + "help": "This template requires 'npx'. Please install with 'npm install -g npx'" + } + ], "install": "npm install", "build": "npx ng build --single-bundle true --output-hashing none --prod --bundle-styles false", "author": "bh90210 ", @@ -17,4 +17,4 @@ "serve": "npx ng serve --poll=2000", "bridge": "src", "wailsdir": "" -} +} \ No newline at end of file