diff --git a/package.json b/package.json index cfbcf33..c2f998b 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/projects/lib/ng-package.json b/projects/lib/ng-package.json index db819e2..41c2487 100644 --- a/projects/lib/ng-package.json +++ b/projects/lib/ng-package.json @@ -7,5 +7,9 @@ "perfect-scrollbar": "PerfectScrollbar", "resize-observer-polyfill": "ResizeObserver" } - } + }, + "whitelistedNonPeerDependencies": [ + "perfect-scrollbar", + "resize-observer-polyfill" + ] } diff --git a/projects/lib/package.json b/projects/lib/package.json index afd023e..53f3996 100644 --- a/projects/lib/package.json +++ b/projects/lib/package.json @@ -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" },