From bb58139335c035656294ad4b684fb554cbb74e12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20Unneb=C3=A4ck?= Date: Sat, 23 Jun 2018 17:38:48 +0200 Subject: [PATCH] test-exclude: bump read-pkg-up dependency (#184) BREAKING CHANGE: Support for Node.js 4.x is dropped. --- packages/test-exclude/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/test-exclude/package.json b/packages/test-exclude/package.json index 3d4afc5f..5b97a946 100644 --- a/packages/test-exclude/package.json +++ b/packages/test-exclude/package.json @@ -35,7 +35,10 @@ "dependencies": { "arrify": "^1.0.1", "minimatch": "^3.0.4", - "read-pkg-up": "^3.0.0", + "read-pkg-up": "^4.0.0", "require-main-filename": "^1.0.1" + }, + "engines": { + "node": ">=6" } }