Skip to content

Commit 6307ea7

Browse files
authored
Merge pull request #33 from dronedeploy/int-2533
[INT-2533] Support TS 3.9.2
2 parents ff47c89 + efdc9f3 commit 6307ea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ddts",
3-
"version": "1.2.4",
3+
"version": "1.3.0",
44
"main": "tslint.json",
55
"scripts": {
66
"postinstall": "npm run compilerules; ./install-hooks",
@@ -16,6 +16,6 @@
1616
"lint-staged": "^7.2.0",
1717
"prettier": "^1.19.1",
1818
"tslint": "^5.12.1",
19-
"typescript": ">=3.3.x =<3.5.x "
19+
"typescript": ">=3.3.x <=3.9.x "
2020
}
2121
}

0 commit comments

Comments
 (0)