From 741aecd92cd49868b3606c8cc99ce299e5f3c7d5 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 19 Nov 2019 20:27:24 -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 28d2012..9c65209 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,10 @@ "name": "is-regex", "version": "1.0.4", "description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag", - "author": "Jordan Harband", + "author": "Jordan Harband ", + "funding": { + "url": "https://github.com/sponsors/ljharb" + }, "license": "MIT", "main": "index.js", "scripts": {