Skip to content

Commit d9a4a07

Browse files
committed
fix configuration in package.json
1 parent b5e2e41 commit d9a4a07

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Changelog
55

66
# 2.x release
77

8+
## v2.6.2
9+
10+
- Fix: used full filename for main in package.json
11+
812
## v2.6.1
913

1014
**This is an important security release. It is strongly recommended to update as soon as possible.**

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "node-fetch",
3-
"version": "2.6.1",
3+
"version": "2.6.2",
44
"description": "A light-weight module that brings window.fetch to node.js",
5-
"main": "lib/index",
5+
"main": "lib/index.js",
66
"browser": "./browser.js",
77
"module": "lib/index.mjs",
88
"files": [

0 commit comments

Comments
 (0)