Skip to content

Commit d0a421b

Browse files
authored
Fix #1465 (#1593)
1 parent e6eeeeb commit d0a421b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"require": "./index.js",
99
"import": "./index.mjs"
1010
},
11-
"./": "./"
11+
"./*": "./*"
1212
},
1313
"homepage": "http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html",
1414
"version": "7.16.0",

0 commit comments

Comments
 (0)