libnpmfund 5.0.8 → 5.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -133,7 +133,7 @@ function readTree (tree, opts) {
133
133
  })
134
134
 
135
135
  return directDepsWithFunding.reduce(
136
- (res, { node, fundingItem }, i) => {
136
+ (res, { node, fundingItem }) => {
137
137
  if (!fundingItem ||
138
138
  fundingItem.length === 0 ||
139
139
  !node) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "libnpmfund",
3
- "version": "5.0.8",
3
+ "version": "5.0.9",
4
4
  "main": "lib/index.js",
5
5
  "files": [
6
6
  "bin/",
@@ -9,7 +9,7 @@
9
9
  "description": "Programmatic API for npm fund",
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "https://github.com/npm/cli.git",
12
+ "url": "git+https://github.com/npm/cli.git",
13
13
  "directory": "workspaces/libnpmfund"
14
14
  },
15
15
  "keywords": [