Browse Source

update template-compiler deps

Evan You 10 years ago
parent
commit
29bcf88d1d
1 changed files with 5 additions and 1 deletions
  1. 5 1
      packages/vue-template-compiler/package.json

+ 5 - 1
packages/vue-template-compiler/package.json

@@ -16,5 +16,9 @@
   "bugs": {
   "bugs": {
     "url": "https://github.com/vuejs/vue/issues"
     "url": "https://github.com/vuejs/vue/issues"
   },
   },
-  "homepage": "https://github.com/vuejs/vue#readme"
+  "homepage": "https://github.com/vuejs/vue#readme",
+  "dependencies": {
+    "de-indent": "^1.0.2",
+    "entities": "^1.1.1"
+  }
 }
 }