1 Commits
Author SHA1 Message Date
jakob.scheid 10d5c66b4b docs(changelog): add build system entry 2026-08-01 18:56:18 +02:00
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
# Changelog # Changelog
## [1.0.0] - 2026-08-02 ## [Unreleased]
### Added ### Added
- *Inter* font - *Inter* font
- Legal notice - Legal notice
- Build system for building the assets - Build system for building the assets
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "frontend-assets", "name": "frontend-assets",
"version": "1.0.0", "version": "0.1.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "frontend-assets", "name": "frontend-assets",
"version": "1.0.0", "version": "0.1.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {
"html-minifier-terser": "^7.2.0", "html-minifier-terser": "^7.2.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "frontend-assets", "name": "frontend-assets",
"version": "1.0.0", "version": "0.1.0",
"description": "The assets for the frontend of Seekra", "description": "The assets for the frontend of Seekra",
"type": "module", "type": "module",
"scripts": { "scripts": {