From aade023e4801ddbfb92909ff4740b7a69739e757 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Sat, 27 May 2023 14:10:58 +0000 Subject: [PATCH] pkg.json: Adjust funding field --- package-lock.json | 9 +++------ package.json | 7 +------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index d44f51a..4064cd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,12 +7,6 @@ "": { "name": "@noble/curves", "version": "1.0.0", - "funding": [ - { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - ], "license": "MIT", "dependencies": { "@noble/hashes": "1.3.0" @@ -23,6 +17,9 @@ "micro-should": "0.4.0", "prettier": "2.8.4", "typescript": "5.0.2" + }, + "funding": { + "url": "https://paulmillr.com/funding/" } }, "node_modules/@noble/hashes": { diff --git a/package.json b/package.json index 92e47e9..7db9ef4 100644 --- a/package.json +++ b/package.json @@ -174,10 +174,5 @@ "eddsa", "schnorr" ], - "funding": [ - { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - ] + "funding": "https://paulmillr.com/funding/" } \ No newline at end of file