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