Update eleventy dependency

This commit is contained in:
Florine W. Dekker 2022-02-25 20:51:29 +01:00
parent 76aa3d633c
commit d1e97d26b6
Signed by: FWDekker
GPG Key ID: D3DCFAA8A4560BE0
5 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2021 F.W. Dekker
Copyright (c) 2021 Florine W. Dekker
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

BIN
package-lock.json generated

Binary file not shown.

View File

@ -1,8 +1,8 @@
{
"name": "error-pages",
"version": "1.3.1",
"version": "1.3.2",
"description": "Error pages for my website.",
"author": "F.W. Dekker",
"author": "Florine W. Dekker",
"browser": "dist/bundle.js",
"repository": {
"type": "git",
@ -16,7 +16,7 @@
"deploy": "grunt deploy"
},
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy": "^1.0.0",
"grunt": "^1.4.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.0",

View File

@ -1,5 +1,5 @@
{
"baseurl": "/",
"title": "FWDekker",
"author": "F.W. Dekker"
"author": "Florine W. Dekker"
}

View File

@ -3,7 +3,7 @@ pagination:
data: error-pages
size: 1
alias: errorPage
permalink: "{{ errorPage.code | slug }}.html"
permalink: "{{ errorPage.code | slugify }}.html"
---
<!DOCTYPE html>
<html lang="en">