Mirror of
0
fork

Configure Feed

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

complete package.json

+12 -1
+12 -1
packages/starlight-save-file-component/package.json
··· 20 20 "link", 21 21 "save", 22 22 "file" 23 - ] 23 + ], 24 + "homepage": "https://github.com/trueberryless-org/starlight-cooler-credit", 25 + "bugs": "https://github.com/trueberryless-org/starlight-cooler-credit/issues", 26 + "repository": { 27 + "type": "git", 28 + "url": "https://github.com/trueberryless-org/starlight-cooler-credit.git", 29 + "directory": "packages/starlight-cooler-credit" 30 + }, 31 + "author": "trueberryless-org", 32 + "publishConfig": { 33 + "access": "public" 34 + } 24 35 }