From 080dd2f226247ecc3458a9cc95388cf8537f4561 Mon Sep 17 00:00:00 2001 From: Amitabh Tiwari Date: Tue, 3 Nov 2020 14:16:44 +0530 Subject: [PATCH] BAEL-4399: Removed unwanted changes --- .../main/webapp/WEB-INF/view/react/package.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/spring-security-modules/spring-security-web-react/src/main/webapp/WEB-INF/view/react/package.json b/spring-security-modules/spring-security-web-react/src/main/webapp/WEB-INF/view/react/package.json index 26d5a3b0cf..64c116ec72 100644 --- a/spring-security-modules/spring-security-web-react/src/main/webapp/WEB-INF/view/react/package.json +++ b/spring-security-modules/spring-security-web-react/src/main/webapp/WEB-INF/view/react/package.json @@ -16,17 +16,5 @@ }, "devDependencies": { "eslint-plugin-react": "^7.9.1" - }, - "browserslist": { - "production": [ - ">0.2%", - "not dead", - "not op_mini all" - ], - "development": [ - "last 1 chrome version", - "last 1 firefox version", - "last 1 safari version" - ] } -} +} \ No newline at end of file