From 05b2eebeda85fe07a0d3ab5b80bc985c178f2ba1 Mon Sep 17 00:00:00 2001 From: imed jaberi Date: Sun, 13 Oct 2024 00:43:43 +0100 Subject: [PATCH] 6.0.0 --- package.json | 2 +- tsup.ts => tsup.config.ts | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tsup.ts => tsup.config.ts (100%) diff --git a/package.json b/package.json index 54418ef..49f73ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@koa/send", - "version": "5.0.1", + "version": "6.0.0", "description": "Transfer static files", "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/tsup.ts b/tsup.config.ts similarity index 100% rename from tsup.ts rename to tsup.config.ts