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": {