Revert "feat(constants): add bot as a platform (#540)"

This reverts commit 69928b992f.
revert-540-add-bot-as-platform
Naor Peled 5 months ago committed by GitHub
parent 69928b992f
commit 6f9d6bfb9d

@ -149,7 +149,7 @@ list of aliases can be found in [the file](src/constants.js).
### Code Contributors
This project exists thanks to all the people who contribute. [[Contribute](.github/CONTRIBUTING.md)].
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
<a href="https://github.com/lancedikson/bowser/graphs/contributors"><img src="https://opencollective.com/bowser/contributors.svg?width=890&button=false" /></a>
### Financial Contributors

@ -88,7 +88,6 @@ export const PLATFORMS_MAP = {
mobile: 'mobile',
desktop: 'desktop',
tv: 'tv',
bot: 'bot',
};
export const OS_MAP = {

@ -12,7 +12,7 @@ export default [
test: [/googlebot/i],
describe() {
return {
type: PLATFORMS_MAP.bot,
type: 'bot',
vendor: 'Google',
};
},

Loading…
Cancel
Save