Skip to content

Commit 27e67a9

Browse files
committed
fix: typescript errors on TS < 3.7
close #1
1 parent 79ee20b commit 27e67a9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "avr8js",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",
66
"author": "Uri Shaked <[email protected]>",
@@ -26,7 +26,7 @@
2626
"ts-jest": "^24.1.0",
2727
"ts-node": "^8.5.0",
2828
"tslint": "^5.20.1",
29-
"typescript": "^3.7.2"
29+
"typescript": "~3.6.0"
3030
},
3131
"husky": {
3232
"hooks": {

0 commit comments

Comments
 (0)