From fcbacbcfa3c499518f1e95ebbc53f696b5af0c62 Mon Sep 17 00:00:00 2001 From: Alvin Lau Date: Tue, 30 May 2023 13:26:56 +1200 Subject: [PATCH] Main script file pointing fix --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 62ca356..5bcf03b 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "cookie-signature-edge", - "version": "1.0.2", + "version": "1.0.3", "description": "A library that sign and unsign cookies. Similar to cookie-signature but supports Edge runtime.", "keywords": ["edge","cookie", "sign", "unsign","signature"], - "main": "index.ts", + "main": "index.js", "types": "index.d.ts", "license": "MIT", "repository": {