diff --git a/.prettierrc b/.prettierrc index 82d6bb5..16ab447 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,4 +1,3 @@ - { "printWidth": 120, "tabWidth": 2, diff --git a/.travis.yml b/.travis.yml index 391ae84..9df8b10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - "lts/*" + - 'lts/*' dist: xenial services: @@ -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 diff --git a/README.md b/README.md index 3c81348..6860087 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/projects/ngx-pendo/package.json b/projects/ngx-pendo/package.json index 1720e1a..f45fe96 100644 --- a/projects/ngx-pendo/package.json +++ b/projects/ngx-pendo/package.json @@ -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"