Skip to content

Commit 70a32ba

Browse files
committed
chore(deps): upgrade tsconfig-paths to ^4.0.0
1 parent b2f6ac8 commit 70a32ba

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ matrix:
1818
- os: osx
1919
env: ESLINT_VERSION=3
2020
node_js: 6
21-
- os: osx
22-
env: ESLINT_VERSION=2
23-
node_js: 4
2421

2522
fast_finish: true
2623

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "2.26.0",
44
"description": "Import with sanity.",
55
"engines": {
6-
"node": ">=4"
6+
"node": ">=6"
77
},
88
"main": "lib/index.js",
99
"directories": {
@@ -111,6 +111,6 @@
111111
"minimatch": "^3.1.2",
112112
"object.values": "^1.1.5",
113113
"resolve": "^1.22.0",
114-
"tsconfig-paths": "^3.14.1"
114+
"tsconfig-paths": "^4.0.0"
115115
}
116116
}

0 commit comments

Comments
 (0)