Skip to content
This repository was archived by the owner on Aug 6, 2022. It is now read-only.

Commit d6d87fd

Browse files
committed
Added repository info for the library package
1 parent be3e689 commit d6d87fd

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

projects/lib/ng-package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
"umdModuleIds": {
77
"swiper": "Swiper"
88
}
9-
}
9+
},
10+
"whitelistedNonPeerDependencies": [
11+
"swiper"
12+
]
1013
}

projects/lib/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22
"name": "ngx-swiper-wrapper",
33
"description": "Angular wrapper library for Swiper",
44
"bugs": "https://github.com/zefoy/ngx-swiper-wrapper/issues",
5-
"version": "9.0.0-2",
5+
"version": "9.0.0-3",
66
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/zefoy/ngx-swiper-wrapper.git"
10+
},
711
"dependencies": {
812
"swiper": "^5.2.0"
913
},

0 commit comments

Comments
 (0)