this repo has no description
0
fork

Configure Feed

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

update package.json

+2 -11
+2 -11
package.json
··· 1 1 { 2 2 "name": "mac-terminal", 3 3 "version": "4.0.0", 4 - "description": "Manage macOS Terminal.app with Node.js", 5 - "keywords": [ 6 - "macos", 7 - "terminal", 8 - "profile", 9 - "theme" 10 - ], 11 - "repository": { 12 - "type": "git", 13 - "url": "git+https://github.com/patrik-csak/mac-terminal.git" 14 - }, 4 + "description": "Control the macOS Terminal app", 5 + "repository": "github:patrik-csak/mac-terminal.git", 15 6 "license": "MIT", 16 7 "author": "Patrik Csak <p@trikcsak.com>", 17 8 "type": "module",