Skip to content

Commit

Permalink
fix missing types
Browse files Browse the repository at this point in the history
  • Loading branch information
frankleng committed Apr 22, 2022
1 parent dbffd7e commit 124ca51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "cloudflare-cognito-jwt-verifier",
"version": "1.1.2",
"version": "1.1.3",
"description": "JWT verifier for AWS Cognito running on Cloudflare Workers",
"main": "dist/index.js",
"typings": "dist/types/index.d.ts",
"files": [
"dist"
],
"scripts": {
"prepare": "tsc",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 124ca51

Please sign in to comment.