From 8b89bd4719b539a97c4387446db0b26d00d10e46 Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Thu, 13 Jun 2019 07:22:28 -0700 Subject: [PATCH] chore: raise env-paths requirement to ^2.2.0 (#97) 2.2.0 contains its own TypeScript definition, so there does not need to be any ambient typings. --- package.json | 2 +- tsconfig.json | 5 ++--- typings/ambient.d.ts | 1 - yarn.lock | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) delete mode 100644 typings/ambient.d.ts diff --git a/package.json b/package.json index 8acd7d921..d887dbbbd 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/tsconfig.json b/tsconfig.json index 0eb41cfad..7b19ae116 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,6 @@ "declaration": true }, "include": [ - "src", - "typings" + "src" ] -} \ No newline at end of file +} diff --git a/typings/ambient.d.ts b/typings/ambient.d.ts deleted file mode 100644 index 9ded1d894..000000000 --- a/typings/ambient.d.ts +++ /dev/null @@ -1 +0,0 @@ -declare module 'env-paths'; diff --git a/yarn.lock b/yarn.lock index 9b71b95f7..aa2339269 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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==