Set module type to commonjs (#2053)
https://github.com/elastic/elasticsearch-js/issues/1281
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
"description": "The official Elasticsearch client for Node.js",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"type": "commonjs",
|
||||
"scripts": {
|
||||
"test": "npm run build && npm run lint && tap test/unit/{*,**/*}.test.ts",
|
||||
"test:unit": "npm run build && tap test/unit/{*,**/*}.test.ts",
|
||||
|
||||
Reference in New Issue
Block a user