UNPKG
opted
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Stringify an object to command line options
github.com/tandrewnichols/opted
tandrewnichols/opted
opted
/
tasks
/
travisMatrix.js
9 lines
(8 loc)
•
156 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.
exports
= {
v4
: {
test
:
function
(
) {
return
/^v4/
.
test
(process.
version
); },
tasks
: [
'istanbul:unit'
,
'shell:codeclimate'
] } };