From e350d2fbc779ec8e1313cadbb049d2d863170300 Mon Sep 17 00:00:00 2001
From: Jordan Harband <ljharb@gmail.com>
Date: Mon, 11 Nov 2019 17:08:49 -0800
Subject: [PATCH] [meta] add `funding` field

---
 package.json | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index e4bde2f..e24d9b0 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,10 @@
 	"name": "is-equal",
 	"version": "1.5.5",
 	"description": "Are these two values conceptually equal?",
-	"author": "Jordan Harband",
+	"author": "Jordan Harband <ljharb@gmail.com>",
+	"funding": {
+		"url": "https://github.com/sponsors/ljharb"
+	},
 	"license": "MIT",
 	"main": "index.js",
 	"scripts": {