Skip to content

Commit

Permalink
Bump version and add repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths committed Jan 17, 2016
1 parent e768dfb commit 402fda0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
out
out
npm-debug.log
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"files.exclude": {
"node_modules": true,
"out": true,
"typings": true
"typings": true,
"npm-debug.log": true
},
"files.trimTrailingWhitespace": true,
"search.exclude": {
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-guid",
"version": "0.0.1",
"version": "0.1.0",
"publisher": "heaths",
"displayName": "Insert GUID",
"description": "Insert GUIDs in different formats directly into the editor.",
Expand Down Expand Up @@ -35,5 +35,9 @@
"typescript": "^1.6.2",
"vscode": "0.10.x"
},
"repository": {
"type": "git",
"url": "https://github.com/heaths/vscode-guid.git"
},
"private": true
}

0 comments on commit 402fda0

Please sign in to comment.