Initial Commit

This commit is contained in:
2026-02-27 11:39:29 +02:00
parent defa9dcd6f
commit 200058ba03
26 changed files with 1445 additions and 2 deletions

View File

@@ -22,8 +22,10 @@
"license": "Apache-2.0",
"author": "Daniel Legt",
"type": "commonjs",
"main": "index.js",
"main": "dist/y2k-alerts.js",
"style": "dist/y2k-alerts.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "node scripts/build.js",
"test": "npm run build"
}
}