Fixed version

This commit is contained in:
WolverinDEV 2019-11-24 23:30:03 +01:00
parent 336e09d1da
commit 86640da695
2 changed files with 5 additions and 3 deletions

2
github

@ -1 +1 @@
Subproject commit e5b65f461c44e440473dde270213a0153021f6b0
Subproject commit a658765fd6cdb53366f78502263b40a569ebe32f

View File

@ -1,6 +1,6 @@
{
"name": "TeaClient",
"version": "1.4.2-2",
"version": "1.4.2-3",
"description": "",
"main": "main.js",
"scripts": {
@ -20,7 +20,9 @@
"package-linux-64": "node installer/package_linux.js",
"build-windows-64": "node installer/build.js win32",
"package-windows-64": "node installer/package_windows.js",
"install-platform": "node ./node_modules/platform-dependent-modules/cli.js"
"install-platform": "node ./node_modules/platform-dependent-modules/cli.js",
"_postinstall": "node ./node_modules/platform-dependent-modules/cli.js",
"postinstall": "npm run _postinstall"
},
"author": "TeaSpeak (WolverinDEV)",
"license": "ISC",