Skip to content

Commit 006c49b

Browse files
committed
Add publish config
1 parent 7316813 commit 006c49b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ A temporary fork of Mozilla `nunjucks` with the following changes:
55
- Dependency simplification:
66
- Removes precompile CLI (`commander` dependency)
77
- Removes `watch` option (`chokidar` dependency)
8+
- Node 20+ minimum
89

910
[Nunjucks](https://mozilla.github.io/nunjucks/) is a full featured
1011
templating engine for javascript. It is heavily inspired by

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "@11ty/nunjucks",
33
"description": "A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)",
44
"version": "4.0.0-alpha.1",
5+
"publishConfig": {
6+
"access": "public"
7+
},
58
"author": "James Long <longster@gmail.com>",
69
"dependencies": {
710
"a-sync-waterfall": "^1.0.1",

0 commit comments

Comments
 (0)