From f657b864d766f254c79a7df5091604609642a409 Mon Sep 17 00:00:00 2001 From: Arsalan Ahmad Date: Mon, 3 Jun 2024 11:16:05 +0300 Subject: [PATCH] make the package publishable --- package.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/package.json b/package.json index 422df71..402bb69 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,22 @@ "version": "1.0.0", "description": "JS implementation of Edgio token (ectoken)", "main": "index.js", + "repository": { + "type": "git", + "url": "git+https://github.com/Edgio/js-ectoken.git" + }, + "keywords": [ + "edgio", + "ectoken", + "edgecast", + "token" + ], "author": "Tom Mount ", "license": "Apache-2.0", "dependencies": { "base64url": "^3.0.1" + }, + "publishConfig": { + "access": "public" } }