Skip to content

Commit

Permalink
Merge pull request #289 from aklkv/patch-1
Browse files Browse the repository at this point in the history
fix(types): add typesVersions map
  • Loading branch information
NullVoxPopuli authored Mar 12, 2024
2 parents 575e9d5 + 03eb26f commit c8cdf28
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@
},
"./addon-main.js": "./addon-main.js"
},
"typesVersions": {
"*": {
"*": [
"./declarations/*.d.ts"
]
}
},
"files": [
"addon-main.js",
"dist",
Expand Down

0 comments on commit c8cdf28

Please sign in to comment.