1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-21 14:19:43 +02:00

bumped ember version + yarn

This commit is contained in:
Harvey Kandola 2017-09-04 09:56:09 +01:00
parent 66497d5407
commit 0de060138d
12 changed files with 12614 additions and 676 deletions

9
gui/config/targets.js Normal file
View file

@ -0,0 +1,9 @@
/* eslint-env node */
module.exports = {
browsers: [
'ie 9',
'last 1 Chrome versions',
'last 1 Firefox versions',
'last 1 Safari versions'
]
};