We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6bd084 commit 870e46fCopy full SHA for 870e46f
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 5.1.3
5
+* Allow to use library in React Native without `resolverMainFields`.
6
+
7
## 5.1.2
8
* Fix React Native warnings.
9
package.json
@@ -1,6 +1,6 @@
{
"name": "nanoevents",
- "version": "5.1.2",
+ "version": "5.1.3",
"description": "Simple and tiny (72 bytes) event emitter library",
"keywords": [
"EventEmitter",
0 commit comments