Skip to content

Commit

Permalink
Add types to package
Browse files Browse the repository at this point in the history
  • Loading branch information
poggle committed May 22, 2024
1 parent 1dfc4da commit 82b2fbc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
declare module '@costa-coffee/jws' {
export * from 'jws';
}

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "@costa-coffee/jws",
"version": "4.1.0",
"version": "4.1.1",
"description": "Implementation of JSON Web Signatures",
"main": "index.js",
"types": "index.d.ts",
"directories": {
"test": "test"
},
Expand All @@ -25,6 +26,7 @@
"gitHead": "c0f6b27bcea5a2ad2e304d91c2e842e4076a6b03",
"dependencies": {
"@costa-coffee/jwa": "^2.1.0",
"@types/jws": "^3.0.0",
"safe-buffer": "^5.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 82b2fbc

Please sign in to comment.