fix: fixed browserslist error

This commit is contained in:
Jawayria
2022-03-11 21:11:13 +05:00
parent 3565a5b6fd
commit 369e022358

View File

@@ -25,8 +25,9 @@
"access": "public"
},
"browserslist": [
"last 2 version",
"ie 11"
"last 2 versions",
"not ie > 0",
"not ie_mob > 0"
],
"dependencies": {
"@edx/brand": "npm:@edx/brand-openedx@1.1.0",