Skip to content

Commit

Permalink
Fix browser module filename
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-harding committed Oct 17, 2024
1 parent 602ccbe commit 55a451e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 55a451e

Please sign in to comment.