Skip to content

Commit 32063c2

Browse files
novemberbornbcoe
authored andcommitted
chore: tell Greenkeeper to ignore find-up releases (#402)
find-up@2 is not compatible with Node.js 0.10, which is our oldest supported Node.js version.
1 parent c388daf commit 32063c2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,10 @@
149149
"test-exclude",
150150
"yargs",
151151
"yargs-parser"
152-
]
152+
],
153+
"greenkeeper": {
154+
"ignore": [
155+
"find-up"
156+
]
157+
}
153158
}

0 commit comments

Comments
 (0)