From d6b2764a454a7119906fef74226e5c25a138d141 Mon Sep 17 00:00:00 2001 From: Tomoyuki Hata <7702653+hata6502@users.noreply.github.com> Date: Sat, 27 Mar 2021 01:50:33 +0900 Subject: [PATCH] fix: add funding information --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index d602c3a..af32df9 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,10 @@ "url": "https://github.com/hata6502/editorjs-layout/issues" }, "repository": "https://github.com/hata6502/editorjs-layout", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/hata6502" + }, "license": "MIT", "author": "Tomoyuki Hata ", "main": "dist/index.js",