Fix .verify() and add testing
This commit is contained in:
10
package.json
10
package.json
@@ -1,8 +1,11 @@
|
||||
{
|
||||
"name": "@tsndr/cloudflare-worker-jwt",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"description": "A lightweight JWT implementation with ZERO dependencies for Cloudflare Worker",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "jest"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/tsndr/cloudflare-worker-jwt.git"
|
||||
@@ -19,5 +22,8 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/tsndr/cloudflare-worker-jwt/issues"
|
||||
},
|
||||
"homepage": "https://github.com/tsndr/cloudflare-worker-jwt#readme"
|
||||
"homepage": "https://github.com/tsndr/cloudflare-worker-jwt#readme",
|
||||
"devDependencies": {
|
||||
"jest": "^28.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user