We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d68714 commit 99caf14Copy full SHA for 99caf14
package.json
@@ -1,14 +1,20 @@
1
{
2
"name": "vscode-nightwatchjs-snippets",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "NightwatchJS code snippets for Visual Studio Code",
5
"displayName": "NightwatchJS snippets for VS Code",
6
"publisher": "Raju",
7
+ "keywords": [
8
+ "nightwatchjs",
9
+ "nightwatch",
10
+ "vscode",
11
+ "vscodeSnippets"
12
+ ],
13
"engines": {
14
"vscode": "^0.10.x"
15
},
16
"galleryBanner": {
- "color": "#F0F0FF",
17
+ "color": "#000066",
18
"theme": "dark"
19
20
"repository": {
@@ -35,7 +41,7 @@
35
41
}
36
42
]
37
43
38
- "dependencies": {
44
+ "devDependencies": {
39
45
"vsce": "^1.53.0"
40
46
47
0 commit comments