1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-28 08:58:46 +02:00

chore: ignore qunit and sinon from greenkeeper (#4242)

This commit is contained in:
Gary Katsevman 2017-03-30 13:46:41 -04:00 committed by GitHub
parent 0908d914ac
commit 29d733d0d1

View File

@ -143,5 +143,11 @@
"**/test/coverage/**",
"**/test/karma.conf.js"
]
},
"greenkeeper": {
"ignore": [
"qunitjs",
"sinon"
]
}
}