Skip to content

Commit

Permalink
Removed package
Browse files Browse the repository at this point in the history
  • Loading branch information
programVeins committed Jul 20, 2020
1 parent aa8417a commit abd7e6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
"vscode": "^1.47.0"
},
"scripts": {
"pack": "vsce package && rm steampunk-0.0.2.vsix && git add . && git commit -m \"Released 0.0.3\" && git push",
"publish": "vsce publish"
"pack": "vsce package",
"publish": "vsce publish",
"update": "rm steampunk-0.0.3.vsix && rm steampunk-0.0.4.vsix && git add . && git commit -m \"Released 0.0.4\" && git push"
},
"galleryBanner": {
"color": "#202124",
Expand Down
Binary file removed steampunk-0.0.3.vsix
Binary file not shown.

0 comments on commit abd7e6b

Please sign in to comment.