Skip to content

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 2c58820 commit fad81ec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ngx-perfect-scrollbar",
"description": "Angular wrapper library for Perfect Scrollbar",
"bugs": "https://github.com/zefoy/ngx-perfect-scrollbar/issues",
"version": "9.0.0-1",
"version": "9.0.0",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
6 changes: 5 additions & 1 deletion projects/lib/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@
"perfect-scrollbar": "PerfectScrollbar",
"resize-observer-polyfill": "ResizeObserver"
}
}
},
"whitelistedNonPeerDependencies": [
"perfect-scrollbar",
"resize-observer-polyfill"
]
}
4 changes: 4 additions & 0 deletions projects/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"bugs": "https://github.com/zefoy/ngx-perfect-scrollbar/issues",
"version": "9.0.0-2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zefoy/ngx-perfect-scrollbar.git"
},
"dependencies": {
"perfect-scrollbar": "^1.4.0"
},
Expand Down

0 comments on commit fad81ec

Please sign in to comment.