From 96b63c744bf1279bfc8da126a45307ba2b434dc9 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Wed, 4 Dec 2019 23:36:49 +0100 Subject: [PATCH] switch to yarn & update typescript --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8dcd553..8987276 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 --targets latest-macos-x64,latest-linux-x64 --out-path bin" + "bin": "yarn run build && pkg lib/autorestic.js --targets latest-macos-x64,latest-linux-x64 --out-path bin" }, "devDependencies": { "@types/js-yaml": "^3.12.1", @@ -12,7 +12,7 @@ "@types/node": "^12.11.7", "pkg": "^4.4.0", "ts-node-dev": "^1.0.0-pre.40", - "typescript": "^3.5.1" + "typescript": "^3.7" }, "dependencies": { "axios": "^0.19.0",