Explorar el Código

Добавил пакет sql-template-strings

Book Pauk hace 6 años
padre
commit
2c295e3e2d
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 2
      package-lock.json
  2. 1 0
      package.json

+ 1 - 2
package-lock.json

@@ -3453,8 +3453,7 @@
     "sql-template-strings": {
       "version": "2.2.2",
       "resolved": "https://registry.npmjs.org/sql-template-strings/-/sql-template-strings-2.2.2.tgz",
-      "integrity": "sha1-PxFQiiWt384hejBCqdMAwxk7lv8=",
-      "optional": true
+      "integrity": "sha1-PxFQiiWt384hejBCqdMAwxk7lv8="
     },
     "sqlite": {
       "version": "3.0.0",

+ 1 - 0
package.json

@@ -21,6 +21,7 @@
   "dependencies": {
     "bluebird": "^3.5.3",
     "express": "^4.16.4",
+    "sql-template-strings": "^2.2.2",
     "sqlite": "^3.0.0"
   }
 }