Navigation Menu

Skip to content

Commit

Permalink
chore: raise env-paths requirement to ^2.2.0 (#97)
Browse files Browse the repository at this point in the history
2.2.0 contains its own TypeScript definition, so there does not need to
be any ambient typings.
  • Loading branch information
malept committed Jun 13, 2019
1 parent aa2c979 commit 8b89bd4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,7 +20,7 @@
"node": ">=8.6"
},
"dependencies": {
"env-paths": "^2.1.0",
"env-paths": "^2.2.0",
"fs-extra": "^7.0.1",
"got": "^9.6.0",
"sumchecker": "^3.0.0"
Expand Down
5 changes: 2 additions & 3 deletions tsconfig.json
Expand Up @@ -17,7 +17,6 @@
"declaration": true
},
"include": [
"src",
"typings"
"src"
]
}
}
1 change: 0 additions & 1 deletion typings/ambient.d.ts

This file was deleted.

2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -1912,7 +1912,7 @@ env-ci@^3.0.0:
execa "^1.0.0"
java-properties "^0.2.9"

env-paths@^2.1.0:
env-paths@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.0.tgz#cdca557dc009152917d6166e2febe1f039685e43"
integrity sha512-6u0VYSCo/OW6IoD5WCLLy9JUGARbamfSavcNXry/eu8aHVFei6CD3Sw+VGX5alea1i9pgPHW0mbu6Xj0uBh7gA==
Expand Down

0 comments on commit 8b89bd4

Please sign in to comment.