Ver código fonte

Ajout dependance html entities

Loquicom 5 anos atrás
pai
commit
6aab06a3f0
2 arquivos alterados com 6 adições e 0 exclusões
  1. 5 0
      package-lock.json
  2. 1 0
      package.json

+ 5 - 0
package-lock.json

@@ -109,6 +109,11 @@
       "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
       "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
     },
+    "html-entities": {
+      "version": "1.2.1",
+      "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.2.1.tgz",
+      "integrity": "sha1-DfKTUfByEWNRXfueVUPl9u7VFi8="
+    },
     "iconv-lite": {
       "version": "0.4.24",
       "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",

+ 1 - 0
package.json

@@ -29,6 +29,7 @@
   "dependencies": {
     "adm-zip": "^0.4.13",
     "commander": "^3.0.2",
+    "html-entities": "^1.2.1",
     "inquirer": "^7.0.0",
     "saxophone": "^0.5.0"
   }