Skip to content

Commit f24d235

Browse files
Lms24lobsterkatie
andcommitted
Apply suggestions from code review
Co-authored-by: Katie Byers <[email protected]>
1 parent 8758ec1 commit f24d235

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"main": "build/dist/index.js",
1313
"module": "build/esm/index.js",
14-
"types": "build/types/index.d.ts",
14+
"types": "dist/index.d.ts",
1515
"publishConfig": {
1616
"access": "public"
1717
},

packages/browser/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55

66
"compilerOptions": {
77
// package-specific options
8-
"declarationDir": "build/types"
98
}
109
}

0 commit comments

Comments
 (0)