diff --git a/package.json b/package.json index 748030d..b8cc689 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Angular wrapper library for Perfect Scrollbar", "bugs": "https://github.com/zefoy/ngx-perfect-scrollbar/issues", "license": "MIT", - "version": "9.0.0", + "version": "9.0.0-0", "main": "./bundles/ngx-perfect-scrollbar.umd.js", "module": "./dist/ngx-perfect-scrollbar.es5.js", "typings": "./dist/ngx-perfect-scrollbar.d.ts", @@ -29,8 +29,7 @@ "build:html": "cpx src/lib/perfect-scrollbar.component.html dist/lib/", "bundle:es5": "rollup -c config/rollup-es5.config.js --silent", "bundle:umd": "rollup -c config/rollup-umd.config.js --silent", - "minify:umd": "terser bundles/$npm_package_name.umd.js -o bundles/$npm_package_name.umd.min.js --source-map=\"filename=bundles/$npm_package_name.umd.min.js.map\"", - "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by NGCC. This is not allowed.\\nPlease delete and rebuild the package, without compiling with NGCC, before attempting to publish.\\nNote that NGCC may have been run by importing this package into another project that is being built with Ivy enabled.\\n')\" && exit 1" + "minify:umd": "terser bundles/$npm_package_name.umd.js -o bundles/$npm_package_name.umd.min.js --source-map=\"filename=bundles/$npm_package_name.umd.min.js.map\"" }, "repository": { "type": "git", @@ -70,14 +69,5 @@ "@angular/common": ">=5.0.0", "@angular/core": ">=5.0.0", "rxjs": ">=6.0.0" - }, - "__processed_by_ivy_ngcc__": { - "fesm2015": "9.0.0-rc.7", - "fesm5": "9.0.0-rc.7", - "es2015": "9.0.0-rc.7", - "esm2015": "9.0.0-rc.7", - "esm5": "9.0.0-rc.7", - "main": "9.0.0-rc.7", - "module": "9.0.0-rc.7" } }