From a9e47ef566aad1e8ee84d97da8da2c0c4ceaa28b Mon Sep 17 00:00:00 2001 From: Saneef Ansari Date: Fri, 24 May 2024 20:09:23 +0530 Subject: [PATCH] adds funding link in package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ef133bb..a62cd2c 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "3.0.0", "description": "PostCSS plugin to convert design tokens to CSS custom properties and utility classes.", "main": "index.js", + "funding": "https://github.com/sponsors/saneef/", "repository": { "type": "git", "url": "git+https://github.com/saneef/postcss-design-token-utils.git" @@ -37,4 +38,4 @@ "!test/runner.mjs" ] } -} +} \ No newline at end of file