Skip to content

Commit

Permalink
ts 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bookman25 committed Apr 16, 2018
1 parent 66c63ca commit c1d549b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ script:
- yarn ci
- yarn add typescript@2.7
- yarn ci
- yarn add typescript@2.8
- 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.3.1",
"version": "3.3.3",
"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.7"
"typescript": ">=2.1 <=2.8"
},
"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.7.2"
"typescript": "^2.8.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.7.2:
version "2.7.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.2.tgz#2d615a1ef4aee4f574425cdff7026edf81919836"
typescript@^2.8.1:
version "2.8.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.1.tgz#6160e4f8f195d5ba81d4876f9c0cc1fbc0820624"

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

0 comments on commit c1d549b

Please sign in to comment.