Skip to content

Commit

Permalink
Merge pull request #3 from spnraju/develop
Browse files Browse the repository at this point in the history
merge develop to master
  • Loading branch information
spnraju authored Nov 10, 2018
2 parents c495c9f + 43afae3 commit b4ca71f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules/
package-lock.json
package-lock.json
out
*.vsix
3 changes: 2 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ art/js-icon.psd
test-data/**
coverage/**
LICENSE
CHANGELOG.md
CHANGELOG.md
*.vsix
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.1.1] - 10-11-2018 (DD-MM-YYYY)
### Update
- fix package.json with keywords

## [0.1.0] - 10-11-2018 (DD-MM-YYYY)
### Initial Version
- First Release of NightwatchJS snippets for VSCode
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
{
"name": "vscode-nightwatchjs-snippets",
"version": "0.1.0",
"version": "0.1.1",
"description": "NightwatchJS code snippets for Visual Studio Code",
"displayName": "NightwatchJS snippets for VS Code",
"publisher": "Raju",
"keywords": [
"nightwatchjs",
"nightwatch",
"vscode",
"vscodeSnippets"
],
"engines": {
"vscode": "^0.10.x"
},
"galleryBanner": {
"color": "#F0F0FF",
"color": "#000066",
"theme": "dark"
},
"repository": {
Expand All @@ -35,7 +41,7 @@
}
]
},
"dependencies": {
"devDependencies": {
"vsce": "^1.53.0"
}
}

0 comments on commit b4ca71f

Please sign in to comment.