This commit is contained in:
Philipp Kunz 2024-04-19 01:01:29 +02:00
parent fd7aadaf79
commit 3d6723d06c

View File

@ -1,6 +1,6 @@
{ {
"name": "@api.global/typedserver", "name": "@api.global/typedserver",
"version": "3.0.27", "version": "3.0.28",
"description": "A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.", "description": "A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts", "typings": "dist_ts/index.d.ts",
@ -92,4 +92,4 @@
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
] ]
} }