Skip to content

Commit 6f61c19

Browse files
authored
Merge pull request #321 from status-im/exports
2 parents 0ccc43d + 5009792 commit 6f61c19

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
- Issue when importing the `utils` module.
12+
1013
## [0.14.0] - 2021-10-13
1114

1215
### Added

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",
77
"module": "build/esm/index.js",
8-
"exports": {
9-
"require": "./build/main/index.js",
10-
"import": "./build/esm/index.js"
11-
},
128
"repository": "https://github.com/status-im/js-waku",
139
"license": "MIT OR Apache-2.0",
1410
"keywords": [

0 commit comments

Comments
 (0)