Skip to content

Commit

Permalink
fix(ts): add .d.ts sub-module files to package.json
Browse files Browse the repository at this point in the history
#1677 seemed to miss this
  • Loading branch information
balazsorban44 authored Apr 9, 2021
1 parent 0d863d3 commit d420eef
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,20 @@
"lint": "ts-standard",
"lint:fix": "ts-standard --fix"
},
"types": "types",
"files": [
"dist",
"types",
"index.js",
"index.d.ts"
"providers.js",
"providers.d.ts",
"adapters.js",
"adapters.d.ts",
"client.js",
"jwt.js"
"client.d.ts",
"jwt.js",
"jwt.d.ts",
"_next.d.ts",
"_utils.d.ts"
],
"license": "ISC",
"dependencies": {
Expand Down

0 comments on commit d420eef

Please sign in to comment.