From 4ba496867096a572645bd78610b76e787618dc4b Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Tue, 29 Oct 2024 13:14:28 +0100 Subject: [PATCH] chore: move main entry to top --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 16d8dcd..0d7c9a0 100644 --- a/package.json +++ b/package.json @@ -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 ", @@ -20,5 +21,4 @@ "scripts": { "test": "mocha --require should --reporter spec" }, - "main": "index" }