diff --git a/config/templates/package.dflt.json b/config/templates/package.dflt.json index 4ef3548724e..d4a6343021b 100644 --- a/config/templates/package.dflt.json +++ b/config/templates/package.dflt.json @@ -6,6 +6,10 @@ "bugs": { "url": "https://github.com/freesewing/freesewing/issues" }, + "funding": { + "type" : "individual", + "url" : "https://freesewing.org/patrons/join" + }, "keywords": ["freesewing"], "main": "dist/index.js", "module": "dist/index.mjs",