update elevnty to 2.0.0

This commit is contained in:
lauralani 2023-02-23 17:43:35 +01:00
parent 0ac40e0942
commit 9cff6524a2
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -23,3 +23,5 @@ package-lock.json
# Ignore test files # Ignore test files
.cache .cache
test/stubs-layout-cache/_includes/*.js test/stubs-layout-cache/_includes/*.js
public/

View file

@ -18,6 +18,6 @@
}, },
"homepage": "https://github.com/lauralani/www-lauka-net-11ty#readme", "homepage": "https://github.com/lauralani/www-lauka-net-11ty#readme",
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "^1.0.1" "@11ty/eleventy": "^2.0.0"
} }
} }