We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 237399a commit 6bb00d7Copy full SHA for 6bb00d7
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 6.0
5
+* Moved project to ESM-only type. Applications must use ESM too.
6
+* Dropped Node.js 10 support.
7
+
8
## 5.1.13
9
* Added `default` to `package.exports`.
10
package.json
@@ -1,6 +1,6 @@
{
"name": "nanoevents",
- "version": "5.1.13",
+ "version": "6.0.0",
"description": "Simple and tiny (72 bytes) event emitter library",
"keywords": [
"EventEmitter",
@@ -126,7 +126,8 @@
126
"supports ES",
127
"bundlers",
128
"workaround",
129
- "unsubscribing"
+ "unsubscribing",
130
+ "ESM"
131
]
132
},
133
"sharec": {
0 commit comments