Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MakcRe committed Jul 13, 2024
1 parent 6038e13 commit c768a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "node app.js",
"pkgwin": "pkg . -t node14-win-x64 -C GZip -o bin/app_win --no-bytecode",
"pkglinux": "pkg . -t node14-linux-x64 -C GZip -o bin/app_linux --no-bytecode",
"pkgmacos": "pkg . -t node14-macos-x64 -C GZip -o bin/app _macos --no-bytecode"
"pkgmacos": "pkg . -t node14-macos-x64 -C GZip -o bin/app_macos --no-bytecode"
},
"engines": {
"node": ">=12"
Expand Down

0 comments on commit c768a0e

Please sign in to comment.