We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96b44b commit cc4236bCopy full SHA for cc4236b
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 5.1.13
5
+* Added `default` to `package.exports`.
6
+
7
## 5.1.12
8
* Reduced npm package size.
9
package.json
@@ -1,6 +1,6 @@
{
"name": "nanoevents",
- "version": "5.1.12",
+ "version": "5.1.13",
"description": "Simple and tiny (72 bytes) event emitter library",
"keywords": [
"EventEmitter",
0 commit comments