Skip to content

Commit

Permalink
feat: update remaining files (fixes #629, #631)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Aug 24, 2022
1 parent 5fd8df1 commit 85f6859
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

![ngx-rocket logo](https://user-images.githubusercontent.com/593151/28924751-08023b32-7863-11e7-9186-c17d4647d861.png)

> Extensible Angular 13+ enterprise-grade project generator based on
> Extensible Angular 14+ enterprise-grade project generator based on
> [angular-cli](https://github.com/angular/angular-cli) with best practices from the community.
> Includes PWA, Cordova & Electron support, coding guides and more!
Expand All @@ -27,7 +27,7 @@ See generated project example [here](https://github.com/ngx-rocket/starter-kit).
corporate proxy and other tools [configuration and usage](#other-documentation)...

- **Ready-to-use UI components:** focus on your app, not on the stack! [Choose](#libraries) between a
[Bootstrap 4](https://getbootstrap.com/), [Ionic](http://ionicframework.com) or
[Bootstrap 5](https://getbootstrap.com/), [Ionic](http://ionicframework.com) or
[Angular Material](https://material.angular.io) based UI with nicely looking, responsive starter templates

- **Mobile/desktop hybrid app support:** choose between a web app, a mobile app (using [Cordova](https://cordova.apache.org)),
Expand Down
2 changes: 0 additions & 2 deletions generators/app/templates/_.browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@ last 2 Edge major versions
last 2 Safari major versions
last 2 iOS major versions
Firefox ESR
not IE 9-10 # Angular support for IE 9-10 has been deprecated and will be removed as of Angular v11. To opt-in, remove the 'not' prefix on this line.
not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.
2 changes: 1 addition & 1 deletion generators/app/templates/__tools-karma._karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = function(config) {
suite: '' // Will become the package name attribute in xml testsuite element
},
coverageReporter: {
dir: require('path').join(__dirname, './coverage/ng13'),
dir: require('path').join(__dirname, './coverage'),
subdir: '.',
reporters: [
{ type: 'html' },
Expand Down

0 comments on commit 85f6859

Please sign in to comment.