Skip to content

Commit

Permalink
fix: add vue-template-compiler as a dep of cli-service-global
Browse files Browse the repository at this point in the history
closes vuejs#2109
  • Loading branch information
haoqunjiang committed Aug 8, 2018
1 parent 896a76c commit 059e1e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/@vue/cli-service-global/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"chalk": "^2.4.1",
"eslint-plugin-vue": "^4.5.0",
"resolve": "^1.8.1",
"vue": "^2.5.17"
"vue": "^2.5.17",
"vue-template-compiler": "^2.5.17"
}
}

0 comments on commit 059e1e1

Please sign in to comment.