Release: Merge develop to main

This commit is contained in:
Jenkins Bot
2026-01-05 21:44:30 +00:00
3 changed files with 54 additions and 52 deletions
+1
View File
@@ -6,6 +6,7 @@ WORKDIR /app/wc-timer
# Kopiowanie plików manifestu i instalacja zależności
COPY package.json ./
COPY README.md ./
RUN npm install
# Kopiowanie reszty plików projektu (kod źródłowy)
+3 -2
View File
@@ -1,6 +1,6 @@
{
"name": "wc-timer",
"version": "1.0.0",
"version": "1.0.1",
"description": "A lightweight, dependency-free countdown timer Web Component.",
"type": "module",
"main": "src/wc-timer.js",
@@ -8,7 +8,8 @@
".": "./src/wc-timer.js"
},
"files": [
"src"
"src/wc-timer.js",
"README.md"
],
"scripts": {
"test": "echo 'Tests are running in Docker environment' && exit 0"