Skip to content

Commit 23fa898

Browse files
committed
Allow node v17. Bump version.
1 parent 7690b5f commit 23fa898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "netlify-plugin-11ty",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "A plugin to make building with Eleventy and Netlify a joy!",
55
"publishConfig": {
66
"access": "public"
@@ -36,7 +36,7 @@
3636
"test": "test"
3737
},
3838
"engines": {
39-
"node": ">=12.18.0 <17.0.0"
39+
"node": ">=12.18.0 <18.0.0"
4040
},
4141
"scripts": {
4242
"build": "netlify-build",

0 commit comments

Comments
 (0)