diff options
| author | Uri Shaked | 2019-11-21 16:29:51 +0200 |
|---|---|---|
| committer | Uri Shaked | 2019-11-21 16:29:51 +0200 |
| commit | 27e67a9f26e14fef4e4939ffbf4c133b35ba1dd6 (patch) | |
| tree | c31f79d37088c53627d53c083551d9eae82b1f71 /package.json | |
| parent | doc: add comment to interrupt.ts (diff) | |
| download | avr8js-27e67a9f26e14fef4e4939ffbf4c133b35ba1dd6.tar.gz avr8js-27e67a9f26e14fef4e4939ffbf4c133b35ba1dd6.tar.bz2 avr8js-27e67a9f26e14fef4e4939ffbf4c133b35ba1dd6.zip | |
fix: typescript errors on TS < 3.7
close #1
Diffstat (limited to '')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
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 <uri@urishaked.com>", @@ -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": { |
