Skip to content

Commit

Permalink
chore(package): Fix typo in exports
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanRT committed Aug 23, 2024
1 parent bdff3ea commit cc0fc71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default [
"**/src/proto/generated/",
"**/*.{js,mjs,cjs}",
"**/*.d.ts",
"./*.ts",
"*.ts",
],
}, {
languageOptions: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"default": "./dist/src/platform/lib.js"
},
"./web": {
"types": "./dist/src/platform/li b.d.ts",
"types": "./dist/src/platform/lib.d.ts",
"default": "./dist/src/platform/web.js"
},
"./react-native": {
Expand Down

0 comments on commit cc0fc71

Please sign in to comment.