Skip to content

Commit

Permalink
Main script file pointing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinTheDeveloper committed May 30, 2023
1 parent 0b84672 commit fcbacbc
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,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": {
Expand Down

0 comments on commit fcbacbc

Please sign in to comment.