-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add description and repository links to package.json
- Loading branch information
1 parent
429f5a8
commit 943f66c
Showing
1 changed file
with
14 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 |
---|---|---|
@@ -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" | ||
], | ||
|