Skip to content

Commit b4ca71f

Browse files
authored
Merge pull request #3 from spnraju/develop
merge develop to master
2 parents c495c9f + 43afae3 commit b4ca71f

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
node_modules/
2-
package-lock.json
2+
package-lock.json
3+
out
4+
*.vsix

.vscodeignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ art/js-icon.psd
1212
test-data/**
1313
coverage/**
1414
LICENSE
15-
CHANGELOG.md
15+
CHANGELOG.md
16+
*.vsix

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.1.1] - 10-11-2018 (DD-MM-YYYY)
2+
### Update
3+
- fix package.json with keywords
4+
15
## [0.1.0] - 10-11-2018 (DD-MM-YYYY)
26
### Initial Version
37
- First Release of NightwatchJS snippets for VSCode

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
{
22
"name": "vscode-nightwatchjs-snippets",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "NightwatchJS code snippets for Visual Studio Code",
55
"displayName": "NightwatchJS snippets for VS Code",
66
"publisher": "Raju",
7+
"keywords": [
8+
"nightwatchjs",
9+
"nightwatch",
10+
"vscode",
11+
"vscodeSnippets"
12+
],
713
"engines": {
814
"vscode": "^0.10.x"
915
},
1016
"galleryBanner": {
11-
"color": "#F0F0FF",
17+
"color": "#000066",
1218
"theme": "dark"
1319
},
1420
"repository": {
@@ -35,7 +41,7 @@
3541
}
3642
]
3743
},
38-
"dependencies": {
44+
"devDependencies": {
3945
"vsce": "^1.53.0"
4046
}
4147
}

0 commit comments

Comments
 (0)