Skip to content

Commit 585029f

Browse files
TASK: Ignore some packages with greenkeeper
Ignore expect, mocha, sinon and jsdom. They are way to old and break everything.
1 parent 5150620 commit 585029f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,13 @@
6767
"directories": {
6868
"lib": "lib",
6969
"test": "test"
70+
},
71+
"greenkeeper": {
72+
"ignore": [
73+
"expect",
74+
"mocha",
75+
"sinon",
76+
"jsdom"
77+
]
7078
}
7179
}

0 commit comments

Comments
 (0)