Skip to content
This repository has been archived by the owner on Aug 6, 2022. It is now read-only.

Commit

Permalink
Cleaned package.json and bumped up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
sconix committed Dec 22, 2019
1 parent c49508e commit 06295e0
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit 06295e0

Please sign in to comment.