diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2020-05-10 10:07:20 +1000 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2020-05-10 10:07:20 +1000 |
commit | 4b8e776f94fbb7e2221d38f9d2f62db8bfe50517 (patch) | |
tree | c153ea33462b4801c9ee682c463255fcc229f0e3 /package.json | |
parent | f6d82ad4715e2264f6cb2a2cbb6f092ea9e0e212 (diff) | |
download | svg.js-4b8e776f94fbb7e2221d38f9d2f62db8bfe50517.tar.gz svg.js-4b8e776f94fbb7e2221d38f9d2f62db8bfe50517.zip |
added funding
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index f5e3921..a1b7266 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,10 @@ }, "github": "https://github.com/svgdotjs/svg.js", "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Fuzzyma" + }, "typings": "./svg.js.d.ts", "scripts": { "build": "npm run fix && npm run rollup", |