We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1fe167 commit 13cb209Copy full SHA for 13cb209
README.md
@@ -2,3 +2,4 @@
2
3
- `@11ty/eleventy-plugin-ejs` in `ejs/`
4
- `@11ty/eleventy-plugin-handlebars` in `handlebars/`
5
+- `@11ty/eleventy-plugin-mustache` in `mustache/`
package.json
@@ -2,7 +2,8 @@
"private": true,
"workspaces": [
"ejs",
- "handlebars"
+ "handlebars",
6
+ "mustache"
7
],
8
"type": "module",
9
"scripts": {
0 commit comments