commit 62cd47c6b4727153962aeb2412c0b9708a503b9a Author: Prrorr2 Date: Tue Jun 25 16:38:50 2024 +0200 first commit diff --git a/index.js b/index.js new file mode 100644 index 0000000..e69de29 diff --git a/main.html b/main.html new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json new file mode 100644 index 0000000..a54080b --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "name": "vanillatodo", + "version": "1.0.0", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC", + "description": "" +}