Skip to content

Commit

Permalink
feat(ng): add support for Angular v14+
Browse files Browse the repository at this point in the history
Now library allows Angular v12+ as a peer dependency hence there are no breacking changes

fix #469
  • Loading branch information
gund committed Jun 15, 2022
1 parent 544ed23 commit 451f04e
Show file tree
Hide file tree
Showing 14 changed files with 17,033 additions and 12,279 deletions.
2 changes: 0 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ install:
test_script:
- node --version
- npm run build
- npm run lint
- npm run test:ci
- npm run coverage:check

build: off
deploy: off
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
- npm run format:check
- npm run lint
- npm run test:ci
- npm run coverage:check
- npm run build
- npm run test:report
deploy:
Expand Down
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
}
}
},
"defaultProject": "ng-dynamic-component",
"cli": {
"defaultCollection": "@angular-eslint/schematics"
"schematicCollections": ["@angular-eslint/schematics"],
"analytics": false
}
}
Loading

0 comments on commit 451f04e

Please sign in to comment.