Explorar o código

add entities dependency

Evan You %!s(int64=10) %!d(string=hai) anos
pai
achega
134b9f8dae
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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"
+  }
 }