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

This commit is contained in:
Book Pauk
2018-12-26 16:00:12 +07:00
parent 093c319a63
commit 2c295e3e2d
2 changed files with 2 additions and 2 deletions

3
package-lock.json generated
View File

@@ -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",

View File

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