Skip to content

Commit

Permalink
Merge pull request #51 from codebytere/move-main
Browse files Browse the repository at this point in the history
chore: move main entry to top
  • Loading branch information
natevw authored Oct 29, 2024
2 parents 3bb0628 + 4ba4968 commit e9e8ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "cookie-signature",
"version": "1.2.1",
"main": "index.js",
"description": "Sign and unsign cookies",
"keywords": ["cookie", "sign", "unsign"],
"author": "TJ Holowaychuk <tj@learnboost.com>",
Expand All @@ -20,5 +21,4 @@
"scripts": {
"test": "mocha --require should --reporter spec"
},
"main": "index"
}

0 comments on commit e9e8ace

Please sign in to comment.