Skip to content

Commit

Permalink
Update package.json with publisher information.
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-rbchd committed Dec 19, 2018
1 parent 6ca78aa commit 1b9db72
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
{
"name": "vscode-task-notifier",
"publisher": "joelrobichaud",
"version": "0.1.0",
"author": {
"name": "joelrobichaud"
},
"displayName": "Task Notifier",
"description": "Get notified when your tasks are done.",
"version": "0.1.0",
"engines": {
"vscode": "^1.30.0"
},
"categories": [
"Other"
],
"keywords": [
"notifications",
"tasks"
],
"activationEvents": [
"*"
],
Expand All @@ -28,5 +36,14 @@
},
"dependencies": {
"node-notifier": "^5.3.0"
},
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://github.com/joelrobichaud/vscode-task-notifier/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/joelrobichaud/vscode-task-notifier.git"
},
"bugs": {
"url": "https://github.com/joelrobichaud/vscode-task-notifier/issues"
}
}

0 comments on commit 1b9db72

Please sign in to comment.