Skip to content

Commit

Permalink
Ensure types for all files are exposed
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Oct 17, 2023
1 parent 1adda0c commit 4003336
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@
],
"main": "index.js",
"types": "types/index.d.ts",
"typesVersions": {
"*": {
"*": [
"types/*"
]
}
},
"repository": {
"type": "git",
"url": "https://github.com/digitalocean/do-markdownit.git"
Expand Down

0 comments on commit 4003336

Please sign in to comment.