pkg.json: Adjust funding field

This commit is contained in:
Paul Miller 2023-05-27 14:10:58 +00:00
parent 2e04d96ce9
commit aade023e48
No known key found for this signature in database
GPG Key ID: 697079DA6878B89B
2 changed files with 4 additions and 12 deletions

9
package-lock.json generated

@ -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": {

@ -174,10 +174,5 @@
"eddsa",
"schnorr"
],
"funding": [
{
"type": "individual",
"url": "https://paulmillr.com/funding/"
}
]
"funding": "https://paulmillr.com/funding/"
}