]> zoso.dev Git - buffer.git/commitdiff
package metadata
authorFeross Aboukhadijeh <feross@feross.org>
Fri, 23 Oct 2020 20:45:58 +0000 (10:45 -1000)
committerFeross Aboukhadijeh <feross@feross.org>
Fri, 23 Oct 2020 20:45:58 +0000 (10:45 -1000)
package.json

index 635653637cd1ff8a6af26c66df12b381caa7b5ed..e83aabe1fd59e7c2a9f0e3a19affc86a42dc196b 100644 (file)
@@ -5,7 +5,7 @@
   "author": {
     "name": "Feross Aboukhadijeh",
     "email": "feross@feross.org",
-    "url": "http://feross.org"
+    "url": "https://feross.org"
   },
   "bugs": {
     "url": "https://github.com/feross/buffer/issues"
     "globals": [
       "SharedArrayBuffer"
     ]
-  }
+  },
+  "funding": [
+    {
+      "type": "github",
+      "url": "https://github.com/sponsors/feross"
+    },
+    {
+      "type": "patreon",
+      "url": "https://www.patreon.com/feross"
+    },
+    {
+      "type": "consulting",
+      "url": "https://feross.org/support"
+    }
+  ]
 }