fix types export of multi entry point package (#514)
* fix types export of multi entry point package * Create fifty-years-kiss.md
This commit is contained in:
parent
edb4beefdd
commit
92ff3bd4dc
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@status-im/js": patch
|
||||
---
|
||||
|
||||
fix types export of multi entry point package
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue