0.3.4
This commit is contained in:
parent
107526f555
commit
c59a451d83
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "paco-sako-server",
|
"name": "paco-sako-server",
|
||||||
"version": "0.3.3",
|
"version": "0.3.4",
|
||||||
"description": "Server for an online version of the Paco Ŝako chess variation",
|
"description": "Server for an online version of the Paco Ŝako chess variation",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"game",
|
"game",
|
||||||
|
|
@ -33,7 +33,9 @@
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.1",
|
||||||
"sqlite3": "^4.2.0"
|
"sqlite3": "^4.2.0"
|
||||||
},
|
},
|
||||||
"bin": "./server.js",
|
"bin": {
|
||||||
|
"paco-sako-server": "server.js"
|
||||||
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.19.0"
|
"node": ">=10.19.0"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue