Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yesterday17 committed Jan 23, 2019
1 parent ffbfdb5 commit 4ce50ff
Showing 1 changed file 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 @@ -4,7 +4,7 @@
"description": "For Modpack makers.",
"repository": "https://github.com/Yesterday17/ZenScript",
"license": "MIT",
"version": "0.1.2",
"version": "0.1.3",
"publisher": "yesterday17",
"engines": {
"vscode": "^1.30.0"
Expand Down Expand Up @@ -127,7 +127,8 @@
]
},
"scripts": {
"vscode:prepublish": "yarn run update-vscode && yarn run compile && yarn version --patch",
"vscode:prepublish": "yarn run update-vscode && yarn run compile",
"debug-package": "yarn version --patch && vsce package",
"update-vscode": "vscode-install",
"postinstall": "vscode-install",
"compile": "tsc -b",
Expand Down

0 comments on commit 4ce50ff

Please sign in to comment.