Skip to content

Commit f798612

Browse files
committed
Add more info to package.json
1 parent 080b733 commit f798612

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ You can use these snippets along with Prettier/ESLint to have your code automati
5252
### Placeholders
5353
- Placeholders are tabstops with values, such as `${1:name}`
5454
- Placeholder text will be inserted and selected such that it can be easily changed
55-
- Can be nested, like `${1:another ${2:placeholder}}`.
55+
- Can be nested, like `${1:another ${2:placeholder}}`
5656

5757

5858
## Snippets

package.json

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
{
22
"name": "modern-js-snippets",
3-
"displayName": "Modern JavaScript Snippets",
3+
"displayName": "Modern JavaScript Snippets",
44
"version": "0.0.6",
5-
"description": "Code snippets for modern JavaScript & TypeScript ⚡",
65
"license": "MIT",
6+
"description": "Code snippets for modern JavaScript & TypeScript",
7+
"icon": "assets/icon.png",
8+
"bugs": "https://github.com/mat2ja/modern-javascript-snippets/issues",
9+
"author": {
10+
"name": "Matija Osrečki",
11+
"email": "matija.osrecki@gmail.com"
12+
},
13+
"publisher": "matijao",
14+
"repository": "https://github.com/mat2ja/modern-javascript-snippets",
715
"categories": [
816
"Snippets",
917
"Programming Languages"
1018
],
11-
"scripts": {
12-
"publish": "vsce package && vsce publish"
13-
},
1419
"keywords": [
1520
"javascript",
1621
"typescript",
@@ -19,17 +24,15 @@
1924
"es6",
2025
"ESNext"
2126
],
22-
"icon": "assets/icon.png",
27+
"galleryBanner": {
28+
"color": "#EFDB50",
29+
"theme": "dark"
30+
},
2331
"engines": {
2432
"vscode": "^1.x.x"
2533
},
26-
"author": {
27-
"name": "Matija Osrečki"
28-
},
29-
"publisher": "matijao",
30-
"repository": {
31-
"type": "git",
32-
"url": "https://github.com/mat2ja/modern-javascript-snippets"
34+
"scripts": {
35+
"publish": "vsce package && vsce publish"
3336
},
3437
"contributes": {
3538
"snippets": [

0 commit comments

Comments
 (0)