minor maintenance

This commit is contained in:
Jan Jastrow 2020-05-04 19:49:33 +02:00
parent d3b56e6842
commit d0302fe3e0
4 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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",