We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1adc8c3 commit 9e2ff66Copy full SHA for 9e2ff66
package.json
@@ -5,6 +5,7 @@
5
"description": "The official Elasticsearch client for Node.js",
6
"main": "index.js",
7
"types": "index.d.ts",
8
+ "type": "commonjs",
9
"scripts": {
10
"test": "npm run build && npm run lint && tap test/unit/{*,**/*}.test.ts",
11
"test:unit": "npm run build && tap test/unit/{*,**/*}.test.ts",
0 commit comments