Skip to content

Commit 447a5e8

Browse files
committed
Update nodejs and typescript
1 parent 59a8d71 commit 447a5e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ os:
66

77
language: node_js
88
node_js:
9-
- "6"
9+
- "10"
1010

1111
before_install:
1212
- if [ $TRAVIS_OS_NAME == "linux" ]; then

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@
104104
"devDependencies": {
105105
"@types/js-beautify": "0.0.28",
106106
"@types/mocha": "^2.2.32",
107-
"@types/node": "^6.0.40",
107+
"@types/node": "^10.12.0",
108108
"mocha": "^2.3.3",
109-
"typescript": "^2.0.3",
109+
"typescript": "^3.1.0",
110110
"vscode": "^1.0.0"
111111
},
112112
"dependencies": {

0 commit comments

Comments
 (0)