Bump version, drop npmjs.org

This commit is contained in:
Korbs 2024-12-13 14:15:22 -05:00
parent 063e431f17
commit 79d9bba51b

View file

@ -1,6 +1,6 @@
{
"name": "@minpluto/zorn",
"version": "0.4.82",
"version": "0.4.83",
"author": "SudoVanilla",
"displayName": "Zorn",
"description": "In-House Player built by MinPluto",
@ -29,7 +29,7 @@
"playback"
],
"scripts": {
"publish": "bun publish && bun publish --registry https://registry.sudovanilla.org/",
"publish": "bun publish --registry https://registry.sudovanilla.org/",
"test": "cd test/ && bun start"
}
}