Skip to content

Commit

Permalink
fix: made package module again
Browse files Browse the repository at this point in the history
  • Loading branch information
SachsenspieltCoding committed Feb 3, 2024
1 parent 2caa21b commit c6d6a47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .babelrc.js → .babelrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ const bundleConfig = {
module.exports = {
env: {
esmUnbundled: sharedConfig,
esmBundled: bundleConfig,
umdBundled: bundleConfig,
cjs: {
ignore: sharedIgnoredFiles,
presets: [
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.1.7",
"description": "A fully-typed wrapper for the Indiware API, used by Vertretungsapp",
"author": "Vertretungsapp Development",
"type": "module",
"main": "lib/cjs/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit c6d6a47

Please sign in to comment.