Skip to content

Commit

Permalink
ts 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbay committed Nov 1, 2017
1 parent 218284f commit f2aeff9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ script:
- yarn ci
- yarn add typescript@2.5
- yarn ci
- yarn add typescript@2.6
- yarn ci
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.2.0",
"version": "3.2.1",
"description": "Collection of miscellaneous TSLint rules",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"peerDependencies": {
"tslint": "^5.0.0",
"typescript": ">=2.1 <=2.5"
"typescript": ">=2.1 <=2.6"
},
"devDependencies": {
"@types/node": "^7.0.28",
Expand All @@ -51,6 +51,6 @@
"lint-staged": "^4.1.3",
"prettier": "^1.6.1",
"tslint": "^5.0.0",
"typescript": "^2.5.2"
"typescript": "^2.6.0"
}
}
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.5.2:
version "2.5.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.5.2.tgz#038a95f7d9bbb420b1bf35ba31d4c5c1dd3ffe34"
typescript@^2.6.0:
version "2.6.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.1.tgz#ef39cdea27abac0b500242d6726ab90e0c846631"

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

0 comments on commit f2aeff9

Please sign in to comment.