this repo has no description
0
fork

Configure Feed

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

1.0.3

+6 -4
+2 -2
package-lock.json
··· 1 1 { 2 2 "name": "terminal-profile", 3 - "version": "1.0.2", 3 + "version": "1.0.3", 4 4 "lockfileVersion": 2, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "terminal-profile", 9 - "version": "1.0.2", 9 + "version": "1.0.3", 10 10 "license": "MIT", 11 11 "os": [ 12 12 "darwin"
+4 -2
package.json
··· 1 1 { 2 2 "name": "terminal-profile", 3 - "version": "1.0.2", 3 + "version": "1.0.3", 4 4 "description": "Manage macOS terminal profile", 5 5 "keywords": [ 6 6 "macos", ··· 27 27 "engines": { 28 28 "node": "14 - 16" 29 29 }, 30 - "os": ["darwin"], 30 + "os": [ 31 + "darwin" 32 + ], 31 33 "type": "module" 32 34 }