this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add funding

+5 -1
+3
package-lock.json
··· 30 30 }, 31 31 "engines": { 32 32 "node": "14 - 19" 33 + }, 34 + "funding": { 35 + "url": "https://www.buymeacoffee.com/patrikcsak" 33 36 } 34 37 }, 35 38 "node_modules/@babel/code-frame": {
+2 -1
package.json
··· 11 11 ], 12 12 "license": "MIT", 13 13 "author": "Patrik Csak <p@trikcsak.com>", 14 + "funding": "https://www.buymeacoffee.com/patrikcsak", 14 15 "bin": "./cli.js", 15 16 "repository": "github:ptrkcsk/auto-terminal-profile", 16 17 "scripts": { ··· 38 39 "darwin" 39 40 ], 40 41 "type": "module" 41 - } 42 + }