File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " Vue tooling for VS Code" ,
5
5
"author" :
" Pine Wu <[email protected] >" ,
6
6
"icon" : " asset/vue.png" ,
7
- "version" : " 0.17.1 " ,
7
+ "version" : " 0.18.0 " ,
8
8
"publisher" : " octref" ,
9
9
"scripts" : {
10
10
"build:grammar" : " tsc -p . && node dist/scripts/build_grammar" ,
15
15
"test:e2e" : " node ./dist/test/codeTestRunner.js" ,
16
16
"test" : " run-s lint compile test:server test:e2e" ,
17
17
"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 "
19
19
},
20
20
"husky" : {
21
21
"hooks" : {
147
147
{
148
148
"path" : " ./syntaxes/pug/directives.tmLanguage.json" ,
149
149
"scopeName" : " vue.pug.directives" ,
150
- "injectTo" : [" source.vue" ]
150
+ "injectTo" : [
151
+ " source.vue"
152
+ ]
151
153
},
152
154
{
153
155
"path" : " ./syntaxes/pug/interpolations.tmLanguage.json" ,
154
156
"scopeName" : " vue.pug.interpolations" ,
155
- "injectTo" : [" source.vue" ]
157
+ "injectTo" : [
158
+ " source.vue"
159
+ ]
156
160
}
157
161
],
158
162
"configuration" : {
You can’t perform that action at this time.
0 commit comments