Skip to content

Commit 0652f5a

Browse files
committed
Use extension explicitly
1 parent fa91d1a commit 0652f5a

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+
"./*": "./*.js"
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)