From 0f2a16a9c703f2677df6f1c72fda519d04d3a60c Mon Sep 17 00:00:00 2001 From: Joshua Gorner Date: Mon, 13 May 2024 14:26:29 -0400 Subject: [PATCH] Update README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cec3113..6cd35f0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ -# broccoli-templater +# @gorner/broccoli-templater broccoli plugin that combines lodash's `_.template` and broccoli for fun stuff. +Fork of Stefan Penner's [broccoli-templater](https://github.com/stefanpenner/broccoli-templater) +but with unmaintained `lodash.template` replaced with regular lodash due to vulnerabilities. + ## example: ```js