Skip to content

Commit 9e2ff66

Browse files
authored
Set module type to commonjs (#2053)
#1281
1 parent 1adc8c3 commit 9e2ff66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"description": "The official Elasticsearch client for Node.js",
66
"main": "index.js",
77
"types": "index.d.ts",
8+
"type": "commonjs",
89
"scripts": {
910
"test": "npm run build && npm run lint && tap test/unit/{*,**/*}.test.ts",
1011
"test:unit": "npm run build && tap test/unit/{*,**/*}.test.ts",

0 commit comments

Comments
 (0)