Skip to content

Commit

Permalink
make the package publishable
Browse files Browse the repository at this point in the history
  • Loading branch information
ArsalanDotMe committed Jun 3, 2024
1 parent a1f9412 commit f657b86
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"base64url": "^3.0.1"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit f657b86

Please sign in to comment.