Skip to content

Commit a11ba97

Browse files
authored
Merge pull request #2 from jamdotdev/rui/develop/fix-conditional-exports
chore: adds `types` entry in entryp point export
2 parents d6fadc8 + cc65650 commit a11ba97

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jam.dev/sdk",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "The Jam SDK! Supercharge your bug reports.",
55
"homepage": "https://jam.dev/docs/product-features/dev-tools/jam.metadata",
66
"repository": {
@@ -28,7 +28,8 @@
2828
"exports": {
2929
".": {
3030
"import": "./dist/jamsdk.js",
31-
"require": "./dist/jamsdk.umd.cjs"
31+
"require": "./dist/jamsdk.umd.cjs",
32+
"types": "./dist/index.d.ts"
3233
}
3334
},
3435
"files": [

0 commit comments

Comments
 (0)