fix lodash require

This commit is contained in:
John Shaver 2019-09-04 00:51:11 -07:00
bovenliggende deb35ed38e
commit ae4f33ac50
2 gewijzigde bestanden met toevoegingen van 3 en 2 verwijderingen

Bestand weergeven

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

Bestand weergeven

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