Skip to content

Commit 587fc40

Browse files
committed
fix: set module type in package.json
1 parent fa1104c commit 587fc40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
"name": "redis-x-stream",
33
"version": "0.0.0-development",
44
"license": "MIT",
5-
"main": "lib/commonjs/stream.js",
5+
"main": "./lib/commonjs/stream.js",
66
"exports": {
77
".": {
88
"import": "./lib/es2018/stream.js",
99
"require": "./lib/commonjs/stream.js"
1010
}
1111
},
12+
"type": "module",
1213
"files": [
1314
"lib",
1415
"!**/*.spec.js"

0 commit comments

Comments
 (0)