fix: fixed browserslist error
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user