target only macos and linux

This commit is contained in:
cupcakearmy 2019-06-21 13:32:30 +02:00
parent 6a17444c4c
commit 2653633c91
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"build": "tsc",
"build:watch": "tsc -w",
"dev": "tsnd --no-notify --respawn ./src/autorestic.ts",
"bin": "npm run build && pkg lib/autorestic.js --out-path bin"
"bin": "npm run build && pkg lib/autorestic.js --targets latest-macos-x64,latest-linux-x64 --out-path bin"
},
"devDependencies": {
"@types/decompress": "^4.2.3",