Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
Node.js v8.3.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
SIDENIS\Andrey.Chalkin committed Dec 14, 2018
1 parent 6b0bde6 commit b52832f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ os:
- osx
language: node_js
node_js:
- "8.6.0"
- "8.3.0"
- "8"
- "9"
- "10"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"typescript": "3.2.2"
},
"engines": {
"node": ">= 8.6.0"
"node": ">= 8.3.0"
},
"nyc": {
"all": true,
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"noImplicitThis": true,
"noUnusedParameters": true,
"lib": [
"es2017",
"es2018",
"dom"
],
"types": [
"node"
],
"target": "es2018",
"target": "es2017",
"typeRoots": [
"node_modules/@types"
]
Expand Down

0 comments on commit b52832f

Please sign in to comment.