correct packagejson path
This commit is contained in:
parent
aa70427c8c
commit
e11a0870c2
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue