Skip to content

Commit 13cb209

Browse files
committed
Add workspace for mustache
1 parent f1fe167 commit 13cb209

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
- `@11ty/eleventy-plugin-ejs` in `ejs/`
44
- `@11ty/eleventy-plugin-handlebars` in `handlebars/`
5+
- `@11ty/eleventy-plugin-mustache` in `mustache/`

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"private": true,
33
"workspaces": [
44
"ejs",
5-
"handlebars"
5+
"handlebars",
6+
"mustache"
67
],
78
"type": "module",
89
"scripts": {

0 commit comments

Comments
 (0)