Skip to content

Commit 1a1d831

Browse files
committed
v0.18.0
1 parent a30ce00 commit 1a1d831

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Vue tooling for VS Code",
55
"author": "Pine Wu <[email protected]>",
66
"icon": "asset/vue.png",
7-
"version": "0.17.1",
7+
"version": "0.18.0",
88
"publisher": "octref",
99
"scripts": {
1010
"build:grammar": "tsc -p . && node dist/scripts/build_grammar",
@@ -15,7 +15,7 @@
1515
"test:e2e": "node ./dist/test/codeTestRunner.js",
1616
"test": "run-s lint compile test:server test:e2e",
1717
"docs": "bash ./build/update-docs.sh",
18-
"prepare-publish": "yarn compile -f && ./build/release-cleanup"
18+
"prepare-publish": "yarn compile -f && ./build/release-cleanup.sh"
1919
},
2020
"husky": {
2121
"hooks": {
@@ -147,12 +147,16 @@
147147
{
148148
"path": "./syntaxes/pug/directives.tmLanguage.json",
149149
"scopeName": "vue.pug.directives",
150-
"injectTo": ["source.vue"]
150+
"injectTo": [
151+
"source.vue"
152+
]
151153
},
152154
{
153155
"path": "./syntaxes/pug/interpolations.tmLanguage.json",
154156
"scopeName": "vue.pug.interpolations",
155-
"injectTo": ["source.vue"]
157+
"injectTo": [
158+
"source.vue"
159+
]
156160
}
157161
],
158162
"configuration": {

0 commit comments

Comments
 (0)