From 4ae86c27979ff31c7d94fc16ee49f1cce20a01ac Mon Sep 17 00:00:00 2001 From: Eugene Lazutkin Date: Fri, 27 Sep 2024 20:53:47 -0500 Subject: [PATCH] Added funding information. --- package-lock.json | 3 +++ package.json | 1 + 2 files changed, 4 insertions(+) diff --git a/package-lock.json b/package-lock.json index 0d2c23b..cd838a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,6 +13,9 @@ "nano-benchmark": "^1.0.3", "tape-six": "^0.12.2", "typescript": "^5.6.2" + }, + "funding": { + "url": "https://github.com/sponsors/uhop" } }, "node_modules/@types/node": { diff --git a/package.json b/package.json index 105615f..d8f2011 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "chain" ], "author": "Eugene Lazutkin (https://www.lazutkin.com/)", + "funding": "https://github.com/sponsors/uhop", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/uhop/stream-chain/issues"