diff --git a/lib/package.json b/lib/package.json index 8db8eef..094e43c 100644 --- a/lib/package.json +++ b/lib/package.json @@ -3,6 +3,16 @@ "description": "support for asynchronous development with a Promise based task Scheduler, several different Promise implementations (synchronous, idle, asynchronous and native runtime wrappers), await helpers, and aliases all built and tested using TypeScript.", "version": "0.5.5", "homepage": "https://github.com/nevware21/ts-async", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/nevware21" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/nevware21" + } + ], "sideEffects": false, "license": "MIT", "author": { @@ -114,4 +124,3 @@ } } - diff --git a/package.json b/package.json index cf978a3..c5c2e18 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,16 @@ "description": "support for asynchronous development with a Promise based task Scheduler, several different Promise implementations (synchronous, idle, asynchronous and native runtime wrappers), await helpers, and aliases all built and tested using TypeScript.", "version": "0.5.5", "homepage": "https://github.com/nevware21/ts-async", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/nevware21" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/nevware21" + } + ], "sideEffects": false, "license": "MIT", "author": {