Skip to content

Commit e69456b

Browse files
committed
package metadata
1 parent 68869ba commit e69456b

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/*! simple-get. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
12
module.exports = simpleGet
23

34
const concat = require('simple-concat')

package.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": {
66
"name": "Feross Aboukhadijeh",
77
"email": "[email protected]",
8-
"url": "http://feross.org/"
8+
"url": "https://feross.org"
99
},
1010
"browser": {
1111
"decompress-response": false
@@ -49,5 +49,19 @@
4949
},
5050
"scripts": {
5151
"test": "standard && tape test/*.js"
52-
}
52+
},
53+
"funding": [
54+
{
55+
"type": "github",
56+
"url": "https://github.com/sponsors/feross"
57+
},
58+
{
59+
"type": "patreon",
60+
"url": "https://www.patreon.com/feross"
61+
},
62+
{
63+
"type": "consulting",
64+
"url": "https://feross.org/support"
65+
}
66+
]
5367
}

0 commit comments

Comments
 (0)