Skip to content

Commit

Permalink
v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Apr 1, 2019
1 parent a30ce00 commit 1a1d831
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Vue tooling for VS Code",
"author": "Pine Wu <[email protected]>",
"icon": "asset/vue.png",
"version": "0.17.1",
"version": "0.18.0",
"publisher": "octref",
"scripts": {
"build:grammar": "tsc -p . && node dist/scripts/build_grammar",
Expand All @@ -15,7 +15,7 @@
"test:e2e": "node ./dist/test/codeTestRunner.js",
"test": "run-s lint compile test:server test:e2e",
"docs": "bash ./build/update-docs.sh",
"prepare-publish": "yarn compile -f && ./build/release-cleanup"
"prepare-publish": "yarn compile -f && ./build/release-cleanup.sh"
},
"husky": {
"hooks": {
Expand Down Expand Up @@ -147,12 +147,16 @@
{
"path": "./syntaxes/pug/directives.tmLanguage.json",
"scopeName": "vue.pug.directives",
"injectTo": ["source.vue"]
"injectTo": [
"source.vue"
]
},
{
"path": "./syntaxes/pug/interpolations.tmLanguage.json",
"scopeName": "vue.pug.interpolations",
"injectTo": ["source.vue"]
"injectTo": [
"source.vue"
]
}
],
"configuration": {
Expand Down

0 comments on commit 1a1d831

Please sign in to comment.