Skip to content

Commit

Permalink
docs(compatibility): update compatibility table
Browse files Browse the repository at this point in the history
  • Loading branch information
yociduo committed Jun 1, 2024
1 parent e757f9c commit d5a53a4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
1 change: 0 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{
"printWidth": 120,
"tabWidth": 2,
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "lts/*"
- 'lts/*'
dist: xenial

services:
Expand All @@ -10,6 +10,6 @@ addons:
chrome: stable

script:
- npm run lint ngx-pendo
- npm run lint ngx-pendo
# - npm run test ngx-pendo
- npm run build ngx-pendo
- npm run build ngx-pendo
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ An easy implementation pendo on angular6+ apps.

| Angular | ngx-pendo |
| ---------- | --------- |
| 16+ | 1.14.x |
| 17+ | 2.0.x |
| 16 | 1.14.x |
| 15 | 1.11.x |
| 14 | 1.10.x |
| 13 | 1.9.x |
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-pendo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"license": "MIT",
"homepage": "https://github.com/yociduo/ngx-pendo",
"peerDependencies": {
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0"
"@angular/common": ">=17.0.0",
"@angular/core": ">=17.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit d5a53a4

Please sign in to comment.