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" } }