Skip to content

Commit

Permalink
Update package version and add build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mickela committed Sep 18, 2022
1 parent 7cb247c commit 7cd2d4a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
"name": "vscode-symbols",
"displayName": "Symbols",
"description": "Get any symbol easily, especially those that aren't on your keyboard. It could be your native currency, degree symbols, greek alphabets, HTML5 entities, or even crypto currency. All you have to do is type the name.",
"version": "0.0.2",
"version": "0.0.3",
"engines": {
"vscode": "^1.67.0"
},
"categories": [
"Snippets"
],
"scripts": {
"build": "vsce package",
"publish": "vsce publish",
"packlish": "vsce package && vsce publish"
},
"contributes": {
"snippets": [
{
Expand Down

0 comments on commit 7cd2d4a

Please sign in to comment.