Remove unused dependency on @babel/polyfill
Showing
| ... | @@ -10,7 +10,6 @@ | ... | @@ -10,7 +10,6 @@ |
| "build": "NODE_ENV=production babel src -d dist --copy-files" | "build": "NODE_ENV=production babel src -d dist --copy-files" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@babel/polyfill": "^7.2.5", | |||
| "@kdpw/msal-b2c-react": "^0.0.2" | "@kdpw/msal-b2c-react": "^0.0.2" | ||
| }, | }, | ||
| "peerDependencies": { | "peerDependencies": { | ||
| ... | ... |
Please register or sign in to comment