From d0302fe3e0d029329c51fb6bb7494d9c74425037 Mon Sep 17 00:00:00 2001 From: jan Date: Mon, 4 May 2020 19:49:33 +0200 Subject: [PATCH] minor maintenance --- LICENSE | 2 +- README.md | 2 +- changelog.md | 5 +++++ package.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 9373292..daa46e8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2018 Jan Jastrow +Copyright (c) 2020 Jan Jastrow Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 852a969..a397e62 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ ## About the project This is my template for a new web project. -Scripting engine is gulp js, and SASS is used for better CSS. +Scripting engine is gulp js, and SASS is used as a CSS preprocessor. diff --git a/changelog.md b/changelog.md index 890a3a5..79ed4ab 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 3.0.2 (2020-05-04) + +- Updated npm dependencies +- Update year in LICENSE + ## 3.0.0 (2019-10-17) - Rewritten for gulp v4 diff --git a/package.json b/package.json index f9d4785..9f044d9 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "main": "gulpfile.js", "repository": { "type": "git", - "url": "https://dienste.schwerkraftlabor.de/gitea/jan/Website_Template" + "url": "https://gitea.schwerkraftlabor.de/jan/website_template" }, "devDependencies": { "autoprefixer": "^9.7.6",