Fix NPM version string; needs to be semver 🙄

This commit is contained in:
Tobi Schäfer 2025-01-03 22:33:01 +01:00
parent ef572aa7f8
commit 5ffc647e64
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "antville",
"version": "1.6",
"version": "1.6.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "antville",
"version": "1.6",
"version": "1.6.0",
"license": "Apache-2.0",
"dependencies": {
"alpinejs": "3.14.8",

View file

@ -1,6 +1,6 @@
{
"name": "antville",
"version": "1.6",
"version": "1.6.0",
"description": "Antville is an open source project aimed at the development of a high performance, feature rich weblog hosting software. It can easily host up to several thousands of sites (the number of weblogs is rather limited by the installation owners choice and server power than by software limitations).",
"main": "main.js",
"directories": {