Skip to content

Commit

Permalink
[Chore] Update homepage and bugs info
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Fang committed Dec 18, 2017
1 parent 0865b81 commit 92401ef
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
"displayName": "DupChecker",
"description": "check duplicate lines in file",
"repository": {
"url": "https://github.com/jianbingfang/vscode-dup-checker"
"type": "git",
"url": "https://github.com/jianbingfang/vscode-dup-checker.git"
},
"homepage": "https://github.com/jianbingfang/vscode-dup-checker",
"version": "0.0.1",
"author": {
"name": "Jianbing Fang",
Expand Down Expand Up @@ -41,6 +43,10 @@
}
]
},
"bugs": {
"url": "https://github.com/jianbingfang/vscode-dup-checker/issues",
"email": "[email protected]"
},
"scripts": {
"postinstall": "node ./node_modules/vscode/bin/install",
"test": "node ./node_modules/vscode/bin/test"
Expand Down

0 comments on commit 92401ef

Please sign in to comment.