From 2653633c91acf49003ced5d22f567e5900303bf3 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Fri, 21 Jun 2019 13:32:30 +0200 Subject: [PATCH] target only macos and linux --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d214cdb..a5fa16f 100644 --- a/package.json +++ b/package.json @@ -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",