fix lodash require

このコミットが含まれているのは:
John Shaver 2019-09-04 00:51:11 -07:00
コミット 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