From 38d4448ca4a0163216c611e7b5ca73d54d1a423c Mon Sep 17 00:00:00 2001 From: Kevin Whitley Date: Tue, 2 Apr 2024 17:19:41 -0500 Subject: [PATCH] released v5.0.8 - accidentally released unminified previously --- package.json | 2 +- rollup.config.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 20047c3..df257a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "itty-router", - "version": "5.0.7", + "version": "5.0.8", "description": "A tiny, zero-dependency router, designed to make beautiful APIs in any environment.", "main": "./index.js", "module": "./index.mjs", diff --git a/rollup.config.mjs b/rollup.config.mjs index bf56f13..7ff25f9 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -53,7 +53,7 @@ export default async () => { ], plugins: [ typescript({ sourceMap: true }), - // terser(), + terser(), bundleSize(), copy({ targets: [