-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Chore] Update homepage and bugs info
- Loading branch information
Jesse Fang
committed
Dec 18, 2017
1 parent
0865b81
commit 92401ef
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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" | ||
|