Revert "Use semver"

This reverts commit af0c6ab782.
This commit is contained in:
Max Schmidt 2023-07-28 17:03:49 +02:00
parent b5e8be0e5d
commit 25f50c90f6
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"name": "astroad",
"description": "Astroad - Astro",
"type": "module",
"version": "1.1.0",
"version": "1.1",
"license": "MIT",
"scripts": {
"dev": "astro dev --host",

View File

@ -2,7 +2,7 @@
"name": "astroad",
"description": "A pre-configured setup for easy website development with Astro and Payload CMS using Docker.",
"license": "MIT",
"version": "1.1.0",
"version": "1.1",
"scripts": {
"dev": "docker compose -f docker-compose.yml -f docker-compose-dev.yml up --build",
"prod": "docker compose -f docker-compose.yml -f docker-compose-prod.yml up -d --build",

View File

@ -1,7 +1,7 @@
{
"name": "astroad",
"description": "Astroad - Payload",
"version": "1.1.0",
"version": "1.1",
"main": "dist/server.js",
"license": "MIT",
"scripts": {