Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ostapenko committed Nov 8, 2024
1 parent 1f75ee1 commit 16b3ab2
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion scripts/upload_icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async function syncIcons() {
) {
try {
await bucket.upload(filePath, {
destination: 'icons/'+file,
destination: 'icons/' + file,
metadata: {
contentType: 'image/png',
},
Expand Down
2 changes: 1 addition & 1 deletion src/technologies/r.json
Original file line number Diff line number Diff line change
Expand Up @@ -632,10 +632,10 @@
"description": "React Router provides declarative routing for React.",
"icon": "React Router.svg",
"implies": "React",
"oss": true,
"js": {
"__reactRouterVersion": "([\\d\\.]+)\\;version:\\1"
},
"oss": true,
"website": "https://reactrouter.com"
},
"Reactive": {
Expand Down
2 changes: 1 addition & 1 deletion src/technologies/s.json
Original file line number Diff line number Diff line change
Expand Up @@ -4132,8 +4132,8 @@
"description": "Slider Revolution is a flexible and highly customisable slider.",
"icon": "Slider Revolution.svg",
"js": {
"SR7.version": "^Slider Revolution\\s([\\d\\.]+)$\\;version:\\1",
"RS_MODULES.main.version": "^Slider Revolution\\s([\\d\\.]+)$\\;version:\\1",
"SR7.version": "^Slider Revolution\\s([\\d\\.]+)$\\;version:\\1",
"revapi1": "",
"revapi2": "",
"revapi3": "",
Expand Down
26 changes: 13 additions & 13 deletions src/technologies/u.json
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,19 @@
"scriptSrc": "static\\.usizy\\.es/",
"website": "https://usizy.com"
},
"Utiq": {
"cats": [
36
],
"description": "Utiq empowers brands and publishers to address audiences through Telco-powered first-party identifier.",
"icon": "Utiq.svg",
"js": {
"Utiq": ""
},
"oss": false,
"scriptSrc": "/utiqLoader\\.js",
"website": "https://utiq.com/"
},
"Uvicorn": {
"cats": [
22
Expand Down Expand Up @@ -1022,19 +1035,6 @@
},
"website": "https://user.com"
},
"Utiq": {
"cats": [
36
],
"description": "Utiq empowers brands and publishers to address audiences through Telco-powered first-party identifier.",
"icon": "Utiq.svg",
"oss": false,
"website": "https://utiq.com/",
"scriptSrc": "/utiqLoader\\.js",
"js": {
"Utiq": ""
}
},
"utterances": {
"cats": [
15
Expand Down
56 changes: 28 additions & 28 deletions src/technologies/w.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,6 @@
"oss": true,
"website": "https://docs.ruby-lang.org/en/2.4.0/WEBrick.html"
},
"Web Worker Offloading": {
"cats": [
87,
92
],
"description": "Performance plugin from the WordPress Performance Team, which offloads JavaScript execution to a Web Worker, improving performance by freeing up the main thread.",
"icon": "web-worker-offloading.svg",
"meta": {
"generator": "^web-worker-offloading ([\\d.]+)?\\;version:\\1"
},
"requires": "WordPress",
"website": "https://wordpress.org/plugins/web-worker-offloading/"
},
"WEN Themes Education Hub": {
"cats": [
80
Expand Down Expand Up @@ -791,6 +778,19 @@
},
"website": "https://www.webwizforums.com"
},
"Web Worker Offloading": {
"cats": [
87,
92
],
"description": "Performance plugin from the WordPress Performance Team, which offloads JavaScript execution to a Web Worker, improving performance by freeing up the main thread.",
"icon": "web-worker-offloading.svg",
"meta": {
"generator": "^web-worker-offloading ([\\d.]+)?\\;version:\\1"
},
"requires": "WordPress",
"website": "https://wordpress.org/plugins/web-worker-offloading/"
},
"Web2py": {
"cats": [
18
Expand Down Expand Up @@ -2479,6 +2479,21 @@
},
"website": "https://wisy.3we.de"
},
"wp.cloud": {
"cats": [
62,
88
],
"description": "WordPress-first cloud hosting.",
"headers": {
"host-header": "wpcloud"
},
"icon": "wp-cloud.png",
"implies": [
"WordPress"
],
"website": "https://wp.cloud/"
},
"wpBakery": {
"cats": [
51,
Expand Down Expand Up @@ -2516,20 +2531,5 @@
"requires": "WordPress",
"url": "^https?://[^/]+\\.wpcache\\.co",
"website": "https://wpcache.co"
},
"wp.cloud": {
"cats": [
62,
88
],
"description": "WordPress-first cloud hosting.",
"headers": {
"host-header": "wpcloud"
},
"icon": "wp-cloud.png",
"implies": [
"WordPress"
],
"website": "https://wp.cloud/"
}
}

0 comments on commit 16b3ab2

Please sign in to comment.