Skip to content

Commit aba8e75

Browse files
author
David Faure
committed
fix: update homepage URL in package.json and README.md
1 parent 7d714ac commit aba8e75

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ npm i ngx-image-compress
1717

1818
- For **visualizing** code examples: https://stackblitz.com/edit/ngx-image-compress
1919
- For **performance tests**, in particular on your mobile, please **do not use stackbliz**, put this production-ready application:
20-
https://image-library.app
20+
https://dfa1234.github.io/ngx-image-compress/
2121
- Compatible with any Angular **version > 9**
2222
- If you use Angular **version < 9**, you can use `npm install ngx-image-compress@view-engine`
2323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "18.1.5",
44
"author": "David Faure <dfaure123@gmail.com>",
55
"license": "MIT",
6-
"homepage": "https://image-library.app",
6+
"homepage": "https://dfa1234.github.io/ngx-image-compress/",
77
"repository": "https://github.com/dfa1234/ngx-image-compress",
88
"keywords": [
99
"angular",

projects/ngx-image-compress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "18.1.5",
44
"author": "David Faure <dfaure123@gmail.com>",
55
"license": "MIT",
6-
"homepage": "https://image-library.app",
6+
"homepage": "https://dfa1234.github.io/ngx-image-compress/",
77
"repository": "https://github.com/dfa1234/ngx-image-compress",
88
"keywords": [
99
"angular",

0 commit comments

Comments
 (0)