Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Add publisher to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tomusher committed Jun 2, 2021
1 parent e94999f commit 6578c0a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Expand Up @@ -2,12 +2,17 @@
"name": "djhtml-vscode",
"displayName": "djhtml-vscode",
"description": "Formatter for Django template files using djhtml",
"publisher": "tomusher",
"repository": {
"type": "git",
"url": "https://github.com/tomusher/djhtml-vscode.git"
},
"version": "0.0.1",
"engines": {
"vscode": "^1.56.0"
},
"categories": [
"Other"
"Formatters"
],
"activationEvents": [
"onLanguage:django-html"
Expand Down

0 comments on commit 6578c0a

Please sign in to comment.