diff --git a/package.json b/package.json index 454f70c..51c914a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "paco-sako-server", - "version": "0.3.3", + "version": "0.3.4", "description": "Server for an online version of the Paco Ŝako chess variation", "keywords": [ "game", @@ -33,7 +33,9 @@ "express": "^4.17.1", "sqlite3": "^4.2.0" }, - "bin": "./server.js", + "bin": { + "paco-sako-server": "server.js" + }, "engines": { "node": ">=10.19.0" }