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