Skip to content

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 c6fde60 commit 437e479
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 Ace",
"bugs": "https://github.com/zefoy/ngx-ace-wrapper/issues",
"license": "MIT",
"version": "9.0.0",
"version": "9.0.0-0",
"main": "./bundles/ngx-ace-wrapper.umd.js",
"module": "./dist/ngx-ace-wrapper.es5.js",
"typings": "./dist/ngx-ace-wrapper.d.ts",
Expand All @@ -29,8 +29,7 @@
"build:html": "cpx src/lib/ace.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 @@ -70,14 +69,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 437e479

Please sign in to comment.