We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e2e41 commit d9a4a07Copy full SHA for d9a4a07
CHANGELOG.md
@@ -5,6 +5,10 @@ Changelog
5
6
# 2.x release
7
8
+## v2.6.2
9
+
10
+- Fix: used full filename for main in package.json
11
12
## v2.6.1
13
14
**This is an important security release. It is strongly recommended to update as soon as possible.**
package.json
@@ -1,8 +1,8 @@
1
{
2
"name": "node-fetch",
3
- "version": "2.6.1",
+ "version": "2.6.2",
4
"description": "A light-weight module that brings window.fetch to node.js",
- "main": "lib/index",
+ "main": "lib/index.js",
"browser": "./browser.js",
"module": "lib/index.mjs",
"files": [
0 commit comments