fix: bin field

This commit is contained in:
Felix Roos 2025-09-17 12:52:42 +02:00
parent 5d7c6c3e4b
commit aba594b72a
No known key found for this signature in database

View file

@ -1,9 +1,9 @@
{
"name": "@strudel/osc",
"version": "1.2.6",
"version": "1.2.7",
"description": "OSC messaging for strudel",
"main": "osc.mjs",
"bin": "./server.mjs",
"bin": "./server.js",
"type": "module",
"publishConfig": {
"main": "dist/index.mjs"