Skip to content

Commit

Permalink
Merge pull request #142 from sandersn/add-vue-template-compiler-depen…
Browse files Browse the repository at this point in the history
…dency-to-extension-manifest

Add vue-template-compiler to extension manifest
  • Loading branch information
octref authored Apr 25, 2017
2 parents 6622f50 + 7bccaf0 commit 62a5844
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"engines": {
"vscode": "^1.8.0"
},
"dependencies": {
"vue-template-compiler": "2.2.1"
},
"activationEvents": [
"onLanguage:vue"
],
Expand Down Expand Up @@ -159,4 +162,4 @@
}
}
}
}
}

0 comments on commit 62a5844

Please sign in to comment.