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