From 27e67a9f26e14fef4e4939ffbf4c133b35ba1dd6 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Thu, 21 Nov 2019 16:29:51 +0200 Subject: fix: typescript errors on TS < 3.7 close #1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index a901abf..95c5cba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "avr8js", - "version": "0.1.0", + "version": "0.1.1", "main": "dist/index.js", "typings": "dist/index.d.ts", "author": "Uri Shaked ", @@ -26,7 +26,7 @@ "ts-jest": "^24.1.0", "ts-node": "^8.5.0", "tslint": "^5.20.1", - "typescript": "^3.7.2" + "typescript": "~3.6.0" }, "husky": { "hooks": { -- cgit v1.2.3