correct packagejson path

This commit is contained in:
Rowan 2025-04-17 11:48:10 -05:00
parent aa70427c8c
commit e11a0870c2

View file

@ -3,7 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"author": "Rowan <rowan@kitsu.cafe> (https://kitsu.cafe)", "author": "Rowan <rowan@kitsu.cafe> (https://kitsu.cafe)",
"type": "module", "type": "module",
"main": "index.js", "main": "src/index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },