We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 511045b + b9c43f5 commit 71fc9fbCopy full SHA for 71fc9fb
.travis.yml
@@ -3,6 +3,7 @@ node_js:
3
- "0.12"
4
- "4"
5
- "6"
6
+ - "7"
7
sudo: false
8
cache:
9
directories:
package.json
@@ -31,7 +31,7 @@
31
"dependencies": {
32
"espower-source": "^2.0.0",
33
"minimatch": "^3.0.3",
34
- "typescript": "~2.0.3",
35
- "typescript-simple": "^6.0.1"
+ "typescript": "^2.1.4",
+ "typescript-simple": "^7.0.0"
36
}
37
0 commit comments