mirror of
https://github.com/documize/community.git
synced 2025-07-19 21:29:42 +02:00
10 lines
164 B
JavaScript
10 lines
164 B
JavaScript
|
/* eslint-env node */
|
||
|
module.exports = {
|
||
|
browsers: [
|
||
|
'ie 9',
|
||
|
'last 1 Chrome versions',
|
||
|
'last 1 Firefox versions',
|
||
|
'last 1 Safari versions'
|
||
|
]
|
||
|
};
|