From de993b4959c129e879da60faaaac17f041fc0b95 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 22 Mar 2018 19:08:17 +0000 Subject: [PATCH] chore(package): update @types/mocha to version 5.0.0 Remove empty lines in package.json because that led greenkeeper-lockfile-update to fail in the Travis CI build. Somehow package.json gets rewritten during the process with the same content but omitted empty lines, thus leading to a modified file for Git. --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 1389d066..ba7c72bd 100644 --- a/package.json +++ b/package.json @@ -24,10 +24,8 @@ "coverage/**", "**/*.common-spec.{js|ts}", "**/*.spec.{js|ts}", - "**/*.d.ts", "**/index.js", - "docs/**", "examples/**" ], @@ -41,7 +39,7 @@ "@types/chai": "^4.1.2", "@types/chai-as-promised": "^7.1.0", "@types/lodash": "^4.14.104", - "@types/mocha": "^2.2.48", + "@types/mocha": "^5.0.0", "chai": "^4.1.2", "chai-as-promised": "^7.1.1", "coveralls": "^3.0.0",