1
0

change to module

This commit is contained in:
2024-02-24 20:59:03 +01:00
parent 7dce99214d
commit 9df19a50cd

View File

@@ -2,7 +2,8 @@
"name": "@tsndr/cloudflare-worker-router", "name": "@tsndr/cloudflare-worker-router",
"version": "3.2.4", "version": "3.2.4",
"description": "", "description": "",
"main": "index.js", "type": "module",
"exports": "./index.js",
"types": "index.d.ts", "types": "index.d.ts",
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",