We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68869ba commit e69456bCopy full SHA for e69456b
index.js
@@ -1,3 +1,4 @@
1
+/*! simple-get. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
2
module.exports = simpleGet
3
4
const concat = require('simple-concat')
package.json
@@ -5,7 +5,7 @@
5
"author": {
6
"name": "Feross Aboukhadijeh",
7
"email": "[email protected]",
8
- "url": "http://feross.org/"
+ "url": "https://feross.org"
9
},
10
"browser": {
11
"decompress-response": false
@@ -49,5 +49,19 @@
49
50
"scripts": {
51
"test": "standard && tape test/*.js"
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
+ ]
67
}
0 commit comments