minor maintenance
This commit is contained in:
parent
d3b56e6842
commit
d0302fe3e0
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
The MIT License (MIT)
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -3,4 +3,4 @@
|
|||||||
## About the project
|
## About the project
|
||||||
|
|
||||||
This is my template for a new web 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.
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 3.0.2 (2020-05-04)
|
||||||
|
|
||||||
|
- Updated npm dependencies
|
||||||
|
- Update year in LICENSE
|
||||||
|
|
||||||
## 3.0.0 (2019-10-17)
|
## 3.0.0 (2019-10-17)
|
||||||
|
|
||||||
- Rewritten for gulp v4
|
- Rewritten for gulp v4
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
"main": "gulpfile.js",
|
"main": "gulpfile.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://dienste.schwerkraftlabor.de/gitea/jan/Website_Template"
|
"url": "https://gitea.schwerkraftlabor.de/jan/website_template"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^9.7.6",
|
"autoprefixer": "^9.7.6",
|
||||||
|
Loading…
Reference in New Issue
Block a user