Skip to content

Commit

Permalink
Support TypeScript 2.7 and update deps (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
teppeis authored Feb 1, 2018
1 parent e7a2216 commit d47e100
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 226 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ script:
- npm test
- npm install --no-save [email protected]
- npm test
- npm install --no-save [email protected]
- npm test
- npm install --no-save typescript@latest
- npm test
cache:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ espower-typescript

## TypeScript versions

* espower-typescript v8.x uses TypeScript from v2.2 to v2.6
* espower-typescript v8.x uses TypeScript from v2.2 to v2.7
* espower-typescript v7.x uses TypeScript v2.1
* espower-typescript v6.x uses TypeScript v2.0
* espower-typescript v5.x uses TypeScript v1.8
Expand Down
Loading

0 comments on commit d47e100

Please sign in to comment.