Skip to content

Commit

Permalink
fix: added missing type 'module' in package.json
Browse files Browse the repository at this point in the history
chore: reduced package size
  • Loading branch information
SachsenspieltCoding committed Jan 2, 2024
1 parent 4eafb6a commit addf188
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 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.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "indiware-api",
"version": "1.0.0",
"type": "module",
"description": "A fully-typed wrapper for the Indiware API, used by Vertretungsapp",
"author": "Vertretungsapp Development",
"main": "lib/index.js",
Expand Down Expand Up @@ -34,5 +35,9 @@
"axios": "^1.6.3",
"date-fns": "^3.0.6",
"fast-xml-parser": "^4.3.2"
}
},
"files": [
"lib",
"src"
]
}

0 comments on commit addf188

Please sign in to comment.