swissdev-tech-tags 0.0.262 → 0.0.263

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 +8 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -133,7 +133,14 @@ const siteSpecificPerkTagsTranslated = {
133
133
  rekachecks: "Reka Checks",
134
134
  }
135
135
  },
136
- GDJ: null,
136
+ GDJ: {
137
+ en: {
138
+ companybicycle: "JobRad"
139
+ },
140
+ de: {
141
+ companybicycle: "JobRad"
142
+ }
143
+ },
137
144
  RDJ: {
138
145
  en: {
139
146
  bookster: "Bookster subscription"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swissdev-tech-tags",
3
- "version": "0.0.262",
3
+ "version": "0.0.263",
4
4
  "author": "Vrq",
5
5
  "repository": "https://github.com/Vrq/tech-tags",
6
6
  "main": "index.js",