summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/fund.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/fund.js')
-rw-r--r--deps/npm/test/tap/fund.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/deps/npm/test/tap/fund.js b/deps/npm/test/tap/fund.js
index cc66bea51a..364dc1b6f8 100644
--- a/deps/npm/test/tap/fund.js
+++ b/deps/npm/test/tap/fund.js
@@ -92,9 +92,7 @@ const fixture = new Tacks(Dir({
node_modules: Dir({
'sub-bar': getFixturePackage({
name: 'sub-bar',
- funding: {
- url: 'https://example.com/sponsor'
- }
+ funding: 'https://example.com/sponsor'
})
})
})