From 06295e071326eedf69e3595ddb43ebcbe9d2e8fa Mon Sep 17 00:00:00 2001 From: Janne Julkunen Date: Sun, 22 Dec 2019 10:58:23 +0200 Subject: [PATCH] Cleaned package.json and bumped up the version --- package.json | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 3f1ffd7..548d9e7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Angular wrapper library for Swiper", "bugs": "https://github.com/zefoy/ngx-swiper-wrapper/issues", "license": "MIT", - "version": "9.0.0", + "version": "9.0.0-0", "main": "./bundles/ngx-swiper-wrapper.umd.js", "module": "./dist/ngx-swiper-wrapper.es5.js", "typings": "./dist/ngx-swiper-wrapper.d.ts", @@ -29,8 +29,7 @@ "build:html": "cpx src/lib/swiper.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", @@ -69,14 +68,5 @@ "peerDependencies": { "@angular/common": ">=5.0.0", "@angular/core": ">=5.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" } }