Skip to content

Commit

Permalink
Update meta files
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Nov 9, 2017
1 parent 90a4246 commit e14ea69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ sudo: false
language: node_js

node_js:
- 7
- 6
- 9
- 8

cache:
directories:
Expand Down
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
"moduleResolution": "node",
"outDir": "lib",
"strict": true,
"target": "es5"
"target": "es5",
"types": [
"jest"
]
},
"files": [
"src/index.ts"
Expand Down

0 comments on commit e14ea69

Please sign in to comment.