swissdev-tech-tags 0.0.197 → 0.0.198

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -550,7 +550,7 @@ const extractTechTagsFromStringArray = (stringsToTest, techTags) => {
550
550
  specialExtractTag("Domain Driven", "DDD", foundTechTags, stringsToTest)
551
551
  specialExtractTag("365", "Office 365", foundTechTags, stringsToTest)
552
552
  specialExtractTag("O365", "Office 365", foundTechTags, stringsToTest)
553
- specialExtractTag("Go", "Golang", foundTechTags, stringsToTest)
553
+ // specialExtractTag("Go", "Golang", foundTechTags, stringsToTest) IT DOES NOT WORK with Go because it fetches random occurences of "go" word
554
554
  specialExtractTag("UX", "UX UI Design", foundTechTags, stringsToTest)
555
555
  specialExtractTag("UI", "UX UI Design", foundTechTags, stringsToTest)
556
556
  specialExtractTag("JEE", "Java EE", foundTechTags, stringsToTest)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swissdev-tech-tags",
3
- "version": "0.0.197",
3
+ "version": "0.0.198",
4
4
  "author": "Vrq",
5
5
  "repository": "https://github.com/Vrq/tech-tags",
6
6
  "main": "index.js",