From ee7d32798e9ca57dd4351678224a2f57be4827c7 Mon Sep 17 00:00:00 2001 From: "Michael J. Radwin" Date: Sun, 22 Oct 2023 10:06:43 -0700 Subject: [PATCH] Remove CommonJS from version from package --- package-lock.json | 4 ++-- package.json | 3 +-- rollup.config.js | 1 - 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ceae144..6dadc1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hebcal/geo-sqlite", - "version": "4.9.1", + "version": "4.9.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hebcal/geo-sqlite", - "version": "4.9.1", + "version": "4.9.2", "license": "BSD-2-Clause", "dependencies": { "@hebcal/cities": "^3.2.0", diff --git a/package.json b/package.json index af5924c..93479d6 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/rollup.config.js b/rollup.config.js index 67f83bc..286a838 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -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: [