2
0
mirror of https://github.com/frappe/books.git synced 2025-01-09 17:53:56 +00:00

chore: remove browserlist cause serve errors, will add it in later if the need arises

This commit is contained in:
18alantom 2021-12-06 16:44:27 +05:30
parent c5e661b458
commit 3824c7353d

View File

@ -73,8 +73,5 @@
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"browserslist": [
"Electron > 15"
]
}
}