Skip to content

Commit

Permalink
fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
BastianGanze committed Aug 26, 2023
1 parent 41f927e commit bd906fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weebsync",
"version": "0.7.1",
"version": "0.7.2",
"description": "A small tool to automatically sync files from an ftp server.",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
],
"outputPath": "dist",
"targets": [
"node20-linuxstatic",
"node20-win-x64",
"node20-mac-x64"
"latest-linuxstatic",
"latest-win-x64",
"latest-mac-x64"
]
},
"scripts": {
Expand Down

0 comments on commit bd906fb

Please sign in to comment.