mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-28 05:05:34 +00:00
Remove exports field
TypeScript does not play nice with it just yet: https://github.com/microsoft/TypeScript/issues/33079
This commit is contained in:
parent
0ccc43dabc
commit
5009792fca
@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Issue when importing the `utils` module.
|
||||||
|
|
||||||
## [0.14.0] - 2021-10-13
|
## [0.14.0] - 2021-10-13
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -5,10 +5,6 @@
|
|||||||
"main": "build/main/index.js",
|
"main": "build/main/index.js",
|
||||||
"typings": "build/main/index.d.ts",
|
"typings": "build/main/index.d.ts",
|
||||||
"module": "build/esm/index.js",
|
"module": "build/esm/index.js",
|
||||||
"exports": {
|
|
||||||
"require": "./build/main/index.js",
|
|
||||||
"import": "./build/esm/index.js"
|
|
||||||
},
|
|
||||||
"repository": "https://github.com/status-im/js-waku",
|
"repository": "https://github.com/status-im/js-waku",
|
||||||
"license": "MIT OR Apache-2.0",
|
"license": "MIT OR Apache-2.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user