Skip to content

Commit 19bab9b

Browse files
committed
feat: angular 21 support
1 parent cedcd32 commit 19bab9b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@
122122
"bugs": {
123123
"url": "https://github.com/Cordobo/angularx-qrcode/issues"
124124
},
125-
"homepage": "https://github.com/Cordobo/angularx-qrcode#readme"
125+
"homepage": "https://github.com/Cordobo/angularx-qrcode"
126126
}

projects/angularx-qrcode/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "https://github.com/cordobo/angularx-qrcode.git"
23+
"url": "https://github.com/Cordobo/angularx-qrcode"
2424
},
2525
"bugs": {
26-
"url": "https://github.com/cordobo/angularx-qrcode/issues"
26+
"url": "https://github.com/Cordobo/angularx-qrcode/issues"
2727
},
28-
"homepage": "https://github.com/cordobo/angularx-qrcode#readme",
28+
"homepage": "https://github.com/Cordobo/angularx-qrcode",
2929
"sideEffects": false
3030
}

0 commit comments

Comments
 (0)