From c9756e5b571eb8616b09346f6f53f339a3af3bf9 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Sun, 31 May 2020 23:24:35 +0200 Subject: [PATCH] add npm funding url --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 72f12099..f0a920fa 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,10 @@ "module": "./dist/yjs.mjs", "types": "./dist/src/index.d.ts", "sideEffects": false, + "funding": { + "type": "GitHub Sponsors ❤", + "url": "https://github.com/sponsors/dmonad" + }, "scripts": { "test": "npm run dist && node ./dist/tests.cjs --repitition-time 50", "test-extensive": "npm run lint && npm run dist && node ./dist/tests.cjs --production --repitition-time 10000",