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.
1 parent b2f6ac8 commit 70a32baCopy full SHA for 70a32ba
.travis.yml
@@ -18,9 +18,6 @@ matrix:
18
- os: osx
19
env: ESLINT_VERSION=3
20
node_js: 6
21
- - os: osx
22
- env: ESLINT_VERSION=2
23
- node_js: 4
24
25
fast_finish: true
26
package.json
@@ -3,7 +3,7 @@
3
"version": "2.26.0",
4
"description": "Import with sanity.",
5
"engines": {
6
- "node": ">=4"
+ "node": ">=6"
7
},
8
"main": "lib/index.js",
9
"directories": {
@@ -111,6 +111,6 @@
111
"minimatch": "^3.1.2",
112
"object.values": "^1.1.5",
113
"resolve": "^1.22.0",
114
- "tsconfig-paths": "^3.14.1"
+ "tsconfig-paths": "^4.0.0"
115
}
116
0 commit comments