diff --git a/package.json b/package.json index 1397949..61ab666 100644 --- a/package.json +++ b/package.json @@ -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" } } diff --git a/templater.js b/templater.js index 84cdc92..a37c348 100644 --- a/templater.js +++ b/templater.js @@ -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