Skip to content

Commit

Permalink
feat: enrich package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeransori committed May 17, 2019
1 parent db37a87 commit d4d6292
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
"description": "Convert JSON to CSV, and CSV to JSON.",
"version": "0.0.1",
"publisher": "khaeransori",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/khaeransori/vscode-json2csv.git"
},
"bugs": {
"url": "https://github.com/khaeransori/vscode-json2csv/issues"
},
"homepage": "https://github.com/khaeransori/vscode-json2csv",
"engines": {
"vscode": "^1.27.0"
},
Expand Down

0 comments on commit d4d6292

Please sign in to comment.