Skip to content

Commit

Permalink
Support for TypeScript 2.5 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
teppeis authored Sep 1, 2017
1 parent 2e2a18e commit 8bf9feb
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 77 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ script:
- npm test
- npm install --no-save [email protected]
- npm test
- npm install --no-save typescript
- npm test
cache:
directories:
- node_modules
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 v2.2, v2.3 and v2.4
* espower-typescript v8.x uses TypeScript from v2.2 to v2.5
* 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
184 changes: 113 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "espower-typescript",
"description": "power-assert instrumentor for TypeScript",
"version": "8.1.0",
"version": "8.1.1-rc.0",
"author": "Teppei Sato <[email protected]>",
"engines": {
"node": ">=4"
Expand All @@ -20,13 +20,13 @@
"dependencies": {
"espower-source": "^2.0.0",
"minimatch": "^3.0.3",
"typescript": "^2.4.2",
"typescript-simple": "^8.0.3"
"typescript": "^2.5.2",
"typescript-simple": "^8.0.4"
},
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^3.1.2",
"npm-run-all": "^4.0.2",
"mocha": "^3.5.0",
"npm-run-all": "^4.1.1",
"power-assert": "^1.2.0",
"react": "^15.6.1"
},
Expand Down

0 comments on commit 8bf9feb

Please sign in to comment.