Skip to content

Commit

Permalink
Remove CommonJS from version from package
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Oct 22, 2023
1 parent dc2f3d9 commit ee7d327
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "@hebcal/geo-sqlite",
"version": "4.9.1",
"version": "4.9.2",
"author": "Michael J. Radwin (https://github.com/mjradwin)",
"keywords": [
"hebcal"
],
"description": "Hebcal ES6 interface to GeoNames and USA ZIP code SQLite databases",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"type": "module",
"bin": {
Expand Down
1 change: 0 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const banner = '/*! ' + pkg.name + ' v' + pkg.version + ' */';
export default {
input: 'src/index.js',
output: [
{file: pkg.main, format: 'cjs', name: pkg.name, banner},
{file: pkg.module, format: 'es', name: pkg.name, banner},
],
plugins: [
Expand Down

0 comments on commit ee7d327

Please sign in to comment.