Skip to content

Commit

Permalink
chore: tell Greenkeeper to ignore find-up releases
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 committed Sep 23, 2016
1 parent c388daf commit cd1d9e7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Expand Up @@ -149,5 +149,10 @@
"test-exclude",
"yargs",
"yargs-parser"
]
],
"greenkeeper": {
"ignore": [
"find-up"
]
}
}

0 comments on commit cd1d9e7

Please sign in to comment.