From 55a451ebc00ffb5579a0a783fbca5657c3bda830 Mon Sep 17 00:00:00 2001 From: Tim Harding Date: Wed, 16 Oct 2024 18:16:16 -0700 Subject: [PATCH] Fix browser module filename --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 50e4b4d..ee32375 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "superellipse-squircle", "private": true, - "version": "0.1.15", + "version": "0.1.16", "type": "module", "main": "server.js", - "browser": "index.js", + "browser": "client.js", "description": "Smoothest CSS squircles south of Saskatchewan", "homepage": "https://tim-harding.github.io/squircle", "license": "MIT",