aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorAntoine Nauleau <30602458+ajnauleau@users.noreply.github.com>2018-08-23 06:50:24 +0800
committerWhymarrh Whitby <whymarrh.whitby@gmail.com>2018-08-23 06:50:24 +0800
commit38546505464f8bb03fc719bf200b58c9913188b9 (patch)
treec9139668a745515ca2123c3b2cd949e4fe165189 /package.json
parent25eac2334b96b8b2af6b8859631d8a032bfdd2bb (diff)
downloadtangerine-wallet-browser-38546505464f8bb03fc719bf200b58c9913188b9.tar.gz
tangerine-wallet-browser-38546505464f8bb03fc719bf200b58c9913188b9.tar.zst
tangerine-wallet-browser-38546505464f8bb03fc719bf200b58c9913188b9.zip
Minimum Browsers Supported (#4873)
* Minimum supported browsers and version standard: add browsers and targets to .babelrc and package.json * Regenerate package.json, fix issue with comma in merge * Resolve merge conflicts * Regenerate package-lock.json * Revert to previous package-lock.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index 698251ccf..f642a20c6 100644
--- a/package.json
+++ b/package.json
@@ -57,7 +57,11 @@
[
"env",
{
- "debug": true
+ "browsers": [
+ ">0.25%",
+ "not ie 11",
+ "not op_mini all"
+ ]
}
],
"stage-0"