this repo has no description
0
fork

Configure Feed

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

run `npm pkg fix`

+7 -2
+7 -2
package.json
··· 9 9 "dark mode", 10 10 "profile" 11 11 ], 12 - "repository": "github:patrik-csak/auto-terminal-profile", 12 + "repository": { 13 + "type": "git", 14 + "url": "git+https://github.com/patrik-csak/auto-terminal-profile.git" 15 + }, 13 16 "funding": "https://buymeacoffee.com/patrikcsak", 14 17 "license": "MIT", 15 18 "author": "Patrik Csak <p@trikcsak.com> (https://patrikcsak.com)", 16 19 "type": "module", 17 - "bin": "./cli.js", 20 + "bin": { 21 + "auto-terminal-profile": "cli.js" 22 + }, 18 23 "scripts": { 19 24 "format": "eslint --fix && npm run prettier -- --write && sort-package-json", 20 25 "postinstall": "cd dark-mode-notify && make build",