Add Linux detection

pull/227/head
Denis Demchenko 7 years ago
parent d5a439f097
commit 2c8f17b037

@ -138,5 +138,15 @@ export default [
version
};
}
},
/* Linux */
{
test: [/linux/i],
describe() {
return {
name: 'Linux'
}
}
}
]

Loading…
Cancel
Save