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

Commit

Permalink
Added repository info for the library package
Browse files Browse the repository at this point in the history
  • Loading branch information
sconix committed Dec 24, 2019
1 parent be3e689 commit d6d87fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion projects/lib/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"umdModuleIds": {
"swiper": "Swiper"
}
}
},
"whitelistedNonPeerDependencies": [
"swiper"
]
}
6 changes: 5 additions & 1 deletion projects/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
"name": "ngx-swiper-wrapper",
"description": "Angular wrapper library for Swiper",
"bugs": "https://github.com/zefoy/ngx-swiper-wrapper/issues",
"version": "9.0.0-2",
"version": "9.0.0-3",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zefoy/ngx-swiper-wrapper.git"
},
"dependencies": {
"swiper": "^5.2.0"
},
Expand Down

0 comments on commit d6d87fd

Please sign in to comment.