From 9cff6524a2aa381e8889e062930c46b947ba27b0 Mon Sep 17 00:00:00 2001 From: lauralani Date: Thu, 23 Feb 2023 17:43:35 +0100 Subject: [PATCH] update elevnty to 2.0.0 --- .gitignore | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0989bd9..d0fe0fb 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,5 @@ package-lock.json # Ignore test files .cache test/stubs-layout-cache/_includes/*.js + +public/ diff --git a/package.json b/package.json index 699183a..5a923da 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ }, "homepage": "https://github.com/lauralani/www-lauka-net-11ty#readme", "devDependencies": { - "@11ty/eleventy": "^1.0.1" + "@11ty/eleventy": "^2.0.0" } }