Skip to content

Commit

Permalink
test-exclude: bump read-pkg-up dependency (#184)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Support for Node.js 4.x is dropped.
  • Loading branch information
LinusU authored and coreyfarrell committed Jun 23, 2018
1 parent 228edf6 commit bb58139
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/test-exclude/package.json
Expand Up @@ -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"
}
}

0 comments on commit bb58139

Please sign in to comment.