1
0
This commit is contained in:
2022-06-26 00:14:24 +02:00
parent 6acd9bac48
commit 574c91dfd2
5 changed files with 589 additions and 5 deletions

View File

@@ -2,10 +2,10 @@
"name": "@tsndr/cloudflare-worker-router",
"version": "2.0.0-pre.9",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"build": "rm -rf dist/* && tsc"
"build": "tsc"
},
"repository": {
"type": "git",