Skip to content

Commit

Permalink
fix types export of multi entry point package
Browse files Browse the repository at this point in the history
  • Loading branch information
felicio committed Dec 10, 2023
1 parent 10f3aa0 commit 4895926
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions packages/status-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@
"browser": null,
"import": "./dist/encode-url-data.js"
},
"./encode-url-hash": {
"types": "./dist/types/utils/encode-url-hash.d.ts",
"browser": null,
"import": "./dist/encode-url-hash.js"
},
"./package.json": "./package.json"
},
"typesVersions": {
"*": {
"encode-url-data": [
"./dist/types/utils/encode-url-data.d.ts"
]
}
},
"repository": {
"url": "https://github.com/status-im/status-web.git",
"directory": "packages/status-js",
Expand Down

0 comments on commit 4895926

Please sign in to comment.