Skip to content

Commit 36b9478

Browse files
committed
Add GitHub repository
1 parent bdb2ca9 commit 36b9478

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,16 @@
22
"name": "ar-virtual-scroll",
33
"description": "Virtual scroll for Angular with auto size detection",
44
"author": "Artem Osipenko",
5-
"version": "0.0.4",
5+
"version": "0.0.5",
66
"private": false,
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/artomenwork/ar-virtual-scroll.git"
10+
},
11+
"homepage": "https://github.com/artomenwork/ar-virtual-scroll",
12+
"bugs": {
13+
"url": "https://github.com/artomenwork/ar-virtual-scroll/issues"
14+
},
715
"peerDependencies": {
816
"@angular/common": "^20.3.0",
917
"@angular/core": "^20.3.0"

0 commit comments

Comments
 (0)