From 8aef9266f6b893f815555737ee6e01d487f7e741 Mon Sep 17 00:00:00 2001 From: Julian Krauser Date: Wed, 6 Nov 2024 10:16:43 +0100 Subject: [PATCH] 1.0.0 --- package-lock.json | 6 ++++-- package.json | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a8b458..72c2d3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,8 @@ "autoprefixer": "^10.4.20", "postcss": "^8.4.47", "tailwindcss": "^3.4.14" - } + }, + "version": "1.0.0" }, "node_modules/@alloc/quick-lru": { "version": "5.2.0", @@ -16596,5 +16597,6 @@ "readable-stream": "^4.0.0" } } - } + }, + "version": "1.0.0" } diff --git a/package.json b/package.json index 7c53ce0..2c44bad 100644 --- a/package.json +++ b/package.json @@ -20,5 +20,6 @@ "autoprefixer": "^10.4.20", "postcss": "^8.4.47", "tailwindcss": "^3.4.14" - } + }, + "version": "1.0.0" }