diff --git a/README.md b/README.md index 242d63b..8f5f915 100644 --- a/README.md +++ b/README.md @@ -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)]. ### Financial Contributors diff --git a/src/constants.js b/src/constants.js index bd1b73b..f335032 100644 --- a/src/constants.js +++ b/src/constants.js @@ -88,7 +88,6 @@ export const PLATFORMS_MAP = { mobile: 'mobile', desktop: 'desktop', tv: 'tv', - bot: 'bot', }; export const OS_MAP = { diff --git a/src/parser-platforms.js b/src/parser-platforms.js index f973698..48b1eb1 100644 --- a/src/parser-platforms.js +++ b/src/parser-platforms.js @@ -12,7 +12,7 @@ export default [ test: [/googlebot/i], describe() { return { - type: PLATFORMS_MAP.bot, + type: 'bot', vendor: 'Google', }; },