We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa99c84 commit a116dffCopy full SHA for a116dff
.travis.yml
@@ -1,5 +1,5 @@
1
language: node_js
2
node_js:
3
- - "6"
4
- "8"
5
- "10"
+ - "12"
package.json
@@ -28,19 +28,19 @@
28
"bytes": "^3.0.0",
29
"colors": "^1.1.2",
30
"easy-table": "^1.1.1",
31
- "eslint": "^5.0.0",
+ "eslint": "^5.16.0",
32
"geojson-precision": "^0.4.0",
33
"geojson-rewind": "^0.3.1",
34
"glob": "^7.1.0",
35
- "js-yaml": "^3.11.0",
+ "js-yaml": "^3.13.1",
36
"json-stringify-pretty-compact": "^1.1.0",
37
"jsonschema": "^1.1.0",
38
"rollup": "^1.10.0",
39
"rollup-plugin-json": "^4.0.0",
40
"shelljs": "^0.8.0",
41
- "tap": "^14.0.0"
+ "tap": "^14.1.0"
42
},
43
"engines": {
44
- "node": ">=4.0.0"
+ "node": ">=8.0.0"
45
}
46
0 commit comments