Skip to content

Commit

Permalink
chore(deps): upgrade tsconfig-paths to ^4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
F3n67u committed May 4, 2022
1 parent b2f6ac8 commit 70a32ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ matrix:
- os: osx
env: ESLINT_VERSION=3
node_js: 6
- os: osx
env: ESLINT_VERSION=2
node_js: 4

fast_finish: true

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.26.0",
"description": "Import with sanity.",
"engines": {
"node": ">=4"
"node": ">=6"
},
"main": "lib/index.js",
"directories": {
Expand Down Expand Up @@ -111,6 +111,6 @@
"minimatch": "^3.1.2",
"object.values": "^1.1.5",
"resolve": "^1.22.0",
"tsconfig-paths": "^3.14.1"
"tsconfig-paths": "^4.0.0"
}
}

0 comments on commit 70a32ba

Please sign in to comment.