From 4da9622185932ca5bd00608085999631ea8186d8 Mon Sep 17 00:00:00 2001 From: Bauke Date: Mon, 26 Sep 2022 00:56:32 +0200 Subject: [PATCH] Update dependencies and metadata. --- Cargo.toml | 11 ++++++----- package.json | 10 ++++------ 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 33287d4..b509b90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,11 +2,12 @@ [package] name = "bauke-xyz" -description = "https://bauke.xyz" -version = "1.0.0" -edition = "2018" -repository = "https://git.holllo.cc/Bauke/bauke.xyz" +description = "Bauke's website." +repository = "https://git.bauke.xyz/Bauke/bauke-xyz" license = "AGPL-3.0-or-later" +version = "1.0.0" +authors = ["Bauke "] +edition = "2021" [[bin]] name = "bauke-xyz" @@ -14,6 +15,6 @@ path = "source/main.rs" [dependencies] askama = "0.11.1" -color-eyre = "0.6.1" +color-eyre = "0.6.2" rsass = "0.23.4" userstyles = { git = "https://git.holllo.cc/Bauke/userstyles" } diff --git a/package.json b/package.json index d287208..9975560 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,5 @@ { - "name": "bauke.xyz", - "version": "0.0.0", - "license": "AGPL-3.0-or-later", + "private": "true", "scripts": { "deploy": "cargo run --release -q && pnpm deploy:netlify", "deploy:netlify": "netlify deploy --prod --dir 'public/' -s bauke.xyz", @@ -11,9 +9,9 @@ "modern-normalize": "^1.1.0" }, "devDependencies": { - "stylelint": "^14.6.1", - "stylelint-config-standard-scss": "^3.0.0", - "xo": "^0.48.0" + "stylelint": "^14.12.1", + "stylelint-config-standard-scss": "^5.0.0", + "xo": "^0.52.3" }, "stylelint": { "extends": [