Evan You 10 лет назад
Родитель
Сommit
134b9f8dae
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      dist/compiler/package.json

+ 4 - 1
dist/compiler/package.json

@@ -4,5 +4,8 @@
   "description": "Compile Vue templates into virtual dom render functions",
   "main": "compiler.js",
   "author": "Evan You",
-  "license": "MIT"
+  "license": "MIT",
+  "dependencies": {
+    "entities": "^1.1.1"
+  }
 }