diff --git a/package-dist.json b/package-dist.json index fd586092..f4ab4087 100644 --- a/package-dist.json +++ b/package-dist.json @@ -1,6 +1,6 @@ { "name": "ngx-ui-scroll", - "version": "1.5.2", + "version": "1.5.3", "description": "Infinite/virtual scroll for Angular", "main": "./bundles/ngx-ui-scroll.umd.js", "module": "./fesm5/ngx-ui-scroll.js", diff --git a/package-lock.json b/package-lock.json index 7246d36b..af85f81f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -873,14 +873,6 @@ "tslib": "^1.9.0" } }, - "@angular/http": { - "version": "7.2.15", - "resolved": "https://registry.npmjs.org/@angular/http/-/http-7.2.15.tgz", - "integrity": "sha512-TR7PEdmLWNIre3Zn8lvyb4lSrvPUJhKLystLnp4hBMcWsJqq5iK8S3bnlR4viZ9HMlf7bW7+Hm4SI6aB3tdUtw==", - "requires": { - "tslib": "^1.9.0" - } - }, "@angular/platform-browser": { "version": "8.2.14", "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-8.2.14.tgz", diff --git a/package.json b/package.json index 10aaa732..6f6b64ea 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "build-app": "ng build --prod --aot --source-map", "preinstall": "cd server && npm install", "postinstall": "npm run build-app", - "pack:install": "npm run build && npm pack ./dist && npm install ngx-ui-scroll-1.5.2.tgz --no-save", + "pack:install": "npm run build && npm pack ./dist && npm install ngx-ui-scroll-1.5.3.tgz --no-save", "pack:start": "npm run pack:install && npm start", "build": "node build.js", "publish:lib": "npm run build && npm publish ./dist", @@ -31,7 +31,6 @@ "@angular/common": "^8.2.14", "@angular/core": "^8.2.14", "@angular/forms": "^8.2.14", - "@angular/http": "^7.2.3", "@angular/platform-browser": "^8.2.14", "@angular/platform-browser-dynamic": "^8.2.14", "@angular/router": "^8.2.14", diff --git a/src/ui-scroll.version.ts b/src/ui-scroll.version.ts index 9a6ab8c4..c442a264 100644 --- a/src/ui-scroll.version.ts +++ b/src/ui-scroll.version.ts @@ -1 +1 @@ -export default '1.5.2'; +export default '1.5.3';