Skip to content

Commit

Permalink
Add description and repository links to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
FirentisTFW committed Mar 20, 2024
1 parent 429f5a8 commit 943f66c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
{
"name": "widgetbook-generator",
"displayName": "Widgetbook Entries Generator",
"description": "Extension which helps you automate the process of adding new widget entries for Widgetbook - a widget library for Flutter.",
"publisher": "LeanCode",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/leancodepl/widgetbook-entries-generator"
},
"bugs": {
"url": "https://github.com/leancodepl/widgetbook-entries-generator/issues",
"email": "[email protected]"
},
"version": "0.0.3",
"engines": {
"vscode": "^1.70.0"
},
"categories": [
"Other"
],
"keywords": [
"dart",
"flutter",
"widgetbook"
],
"activationEvents": [
"onLanguage:dart"
],
Expand Down

0 comments on commit 943f66c

Please sign in to comment.