this repo has no description
0
fork

Configure Feed

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

add `package.json.os`

+4
+3
package-lock.json
··· 8 8 "name": "terminal-profile", 9 9 "version": "1.0.2", 10 10 "license": "MIT", 11 + "os": [ 12 + "darwin" 13 + ], 11 14 "dependencies": { 12 15 "run-applescript": "^6.0.0" 13 16 },
+1
package.json
··· 27 27 "engines": { 28 28 "node": "14 - 16" 29 29 }, 30 + "os": ["darwin"], 30 31 "type": "module" 31 32 }