Let your editor cheer you on while you code!
0
fork

Configure Feed

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

chore(package): add manifest info

+22
+22
package.json
··· 6 6 "engines": { 7 7 "vscode": "^1.29.0" 8 8 }, 9 + "icon": "images/icon.png", 9 10 "categories": [ 10 11 "Other" 12 + ], 13 + "keywords": [ 14 + "cheer", 15 + "support", 16 + "happiness", 17 + "save" 11 18 ], 12 19 "activationEvents": [ 13 20 "*" ··· 29 36 "postinstall": "node ./node_modules/vscode/bin/install", 30 37 "test": "node ./node_modules/vscode/bin/test" 31 38 }, 39 + "publisher": "puregarlic", 40 + "author": { 41 + "name": "Graham Barber", 42 + "email": "grahammbarber@gmail.com", 43 + "url": "https://standardresume.co/grahambarber" 44 + }, 45 + "license": "MIT", 46 + "repository": { 47 + "type": "git", 48 + "url": "https://github.com/puregarlic/vscode-cheer.git" 49 + }, 50 + "bugs": { 51 + "url": "https://github.com/puregarlic/vscode-cheer/issues" 52 + }, 53 + "homepage": "https://github.com/puregarlic/vscode-cheer", 32 54 "devDependencies": { 33 55 "@types/mocha": "^2.2.42", 34 56 "@types/node": "^8.10.25",