Przeglądaj źródła

add entities dependency

Evan You 10 lat temu
rodzic
commit
134b9f8dae
1 zmienionych plików z 4 dodań i 1 usunięć
  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"
+  }
 }