Skip to content

Commit

Permalink
added support for typescript@3
Browse files Browse the repository at this point in the history
  • Loading branch information
bookman25 authored and jwbay committed Aug 3, 2018
1 parent 65400c5 commit 909a35f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ node_js:
- 6

env:
- TYPESCRIPT_VERSION="3.0"
- TYPESCRIPT_VERSION="2.9"
- TYPESCRIPT_VERSION="2.8"
- TYPESCRIPT_VERSION="2.7"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tslint-misc-rules",
"version": "3.4.0",
"version": "3.5.0",
"description": "Collection of miscellaneous TSLint rules",
"main": "rules/index.json",
"scripts": {
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"peerDependencies": {
"tslint": "^5.0.0",
"typescript": ">=2.1 <=2.9"
"typescript": ">=2.1 <=3.0"
},
"devDependencies": {
"@types/node": "^7.0.28",
Expand All @@ -51,6 +51,6 @@
"lint-staged": "^4.1.3",
"prettier": "^1.10.2",
"tslint": "^5.0.0",
"typescript": "^2.9.1"
"typescript": "^3.0.1"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1444,9 +1444,9 @@ tweetnacl@^0.14.3, tweetnacl@~0.14.0:
version "0.14.5"
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"

typescript@^2.9.1:
version "2.9.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.1.tgz#fdb19d2c67a15d11995fd15640e373e09ab09961"
typescript@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.0.1.tgz#43738f29585d3a87575520a4b93ab6026ef11fdb"

uid-number@^0.0.6:
version "0.0.6"
Expand Down

0 comments on commit 909a35f

Please sign in to comment.