File tree Expand file tree Collapse file tree 4 files changed +18
-5
lines changed Expand file tree Collapse file tree 4 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 1
1
node_modules /
2
- package-lock.json
2
+ package-lock.json
3
+ out
4
+ * .vsix
Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ art/js-icon.psd
12
12
test-data /**
13
13
coverage /**
14
14
LICENSE
15
- CHANGELOG.md
15
+ CHANGELOG.md
16
+ * .vsix
Original file line number Diff line number Diff line change
1
+ ## [ 0.1.1] - 10-11-2018 (DD-MM-YYYY)
2
+ ### Update
3
+ - fix package.json with keywords
4
+
1
5
## [ 0.1.0] - 10-11-2018 (DD-MM-YYYY)
2
6
### Initial Version
3
7
- First Release of NightwatchJS snippets for VSCode
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vscode-nightwatchjs-snippets" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " NightwatchJS code snippets for Visual Studio Code" ,
5
5
"displayName" : " NightwatchJS snippets for VS Code" ,
6
6
"publisher" : " Raju" ,
7
+ "keywords" : [
8
+ " nightwatchjs" ,
9
+ " nightwatch" ,
10
+ " vscode" ,
11
+ " vscodeSnippets"
12
+ ],
7
13
"engines" : {
8
14
"vscode" : " ^0.10.x"
9
15
},
10
16
"galleryBanner" : {
11
- "color" : " #F0F0FF " ,
17
+ "color" : " #000066 " ,
12
18
"theme" : " dark"
13
19
},
14
20
"repository" : {
35
41
}
36
42
]
37
43
},
38
- "dependencies " : {
44
+ "devDependencies " : {
39
45
"vsce" : " ^1.53.0"
40
46
}
41
47
}
You can’t perform that action at this time.
0 commit comments