Этот коммит содержится в:
John Shaver 2019-09-04 00:51:11 -07:00
родитель deb35ed38e
Коммит ae4f33ac50
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -9,6 +9,7 @@
"author": "john@rootprojects.com",
"license": "UNLICENSED",
"dependencies": {
"body-parser": "^1.19.0"
"body-parser": "^1.19.0",
"lodash.escape": "^4.0.1"
}
}

Просмотреть файл

@ -1,4 +1,4 @@
let escape = require("lodash/escape");
let escape = require("lodash.escape");
module.exports = function(strings) {
//first element is the strings, don't need it