0.3.4
This commit is contained in:
parent
107526f555
commit
26b2252bb2
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue