Skip to content

Commit

Permalink
chore: tell Greenkeeper to ignore find-up releases (#402)
Browse files Browse the repository at this point in the history
find-up@2 is not compatible with Node.js 0.10, which is our oldest
supported Node.js version.
  • Loading branch information
novemberborn authored and bcoe committed Sep 25, 2016
1 parent c388daf commit 32063c2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,10 @@
"test-exclude",
"yargs",
"yargs-parser"
]
],
"greenkeeper": {
"ignore": [
"find-up"
]
}
}

0 comments on commit 32063c2

Please sign in to comment.