Начата работа над 1.0.0

This commit is contained in:
Book Pauk
2022-12-14 19:07:36 +07:00
parent 10b7363b06
commit 29b40bc91d
3 changed files with 17 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "liberama",
"version": "0.12.2",
"version": "1.0.0",
"author": "Book Pauk <bookpauk@gmail.com>",
"license": "CC0-1.0",
"repository": "bookpauk/liberama",
@@ -18,7 +18,7 @@
"build:client-dev": "webpack --config build/webpack.dev.config.js",
"build:all": "npm run build:linux && npm run build:win && npm run build:macos && npm run build:linux-arm64",
"release": "npm run build:all && node build/release.js",
"postinstall": "npm run build:client-dev && node build/linux"
"postinstall": "npm run build:client-dev"
},
"bin": "server/index.js",
"pkg": {