Skip to content

Commit d20c701

Browse files
committed
build(package.json): Update package.json from master branch
1 parent 1a8f02f commit d20c701

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "php-awesome-snippets",
33
"displayName": "PHP Awesome Snippets",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"publisher": "hakcorp",
66
"description": "A fullset of snippets for PHP devs to boost coding productivity.",
77
"author": {
@@ -11,10 +11,16 @@
1111
"Snippets",
1212
"Programming Languages"
1313
],
14-
"icon": "./img/php-awesome-icon.png",
14+
"keywords": [
15+
"PHP",
16+
"Snippets",
17+
"Productivity",
18+
"PHP Snippets"
19+
],
20+
"icon": "img/php-awesome-icon.png",
1521
"galleryBanner": {
1622
"color": "#eceff1",
17-
"theme": "dark"
23+
"theme": "light"
1824
},
1925
"engines": {
2026
"vscode": "^1.0.0"
@@ -132,4 +138,4 @@
132138
}
133139
]
134140
}
135-
}
141+
}

0 commit comments

Comments
 (0)