Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinMEH committed Jan 10, 2024
1 parent 279a9f0 commit 81e0492
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,14 +1,14 @@
{
"name": "jwt-km",
"version": "1.0.3",
"version": "1.0.4",
"description": "A simple and intuitive JSON Web Token (JWT) package.",
"main": "jwt.js",
"type": "module",
"scripts": {
"compile": "npx tsc",
"clean": "rm -f *.js; rm -f *.d.ts; rm -rf package; rm -f *.tgz",
"test": "npx tsc && node test.js",
"publish": "npm run clean && npm run compile && npm publish"
"finalize": "npm run clean && npm run compile && npm publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 81e0492

Please sign in to comment.