1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

Add Linux detection

This commit is contained in:
Denis Demchenko 2017-06-08 23:35:08 +03:00
parent d5a439f097
commit 2c8f17b037

View File

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