Skip to content

Commit 341a477

Browse files
Merge pull request #207 from Zalaxx/main
fix: remove leading greedy regex operator on scripts pattern
2 parents b3744d6 + cd920f0 commit 341a477

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/technologies/a.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3816,7 +3816,7 @@
38163816
"freemium"
38173817
],
38183818
"scripts": [
3819-
".*altcha\\.(org|js)"
3819+
"altcha\\.(org|js)"
38203820
],
38213821
"website": "https://altcha.org"
38223822
},
@@ -7830,4 +7830,4 @@
78307830
],
78317831
"website": "https://tarekraafat.github.io/autoComplete.js"
78327832
}
7833-
}
7833+
}

src/technologies/g.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2943,7 +2943,7 @@
29432943
"grafana\\..+\\.com/public/build/"
29442944
],
29452945
"scripts": [
2946-
".+latestVersion\":\"[\\d\\.\\w\\-]+\"\\,\"version\":\"([\\d\\.]+)\\;version:\\1\\;confidence:75"
2946+
"latestVersion\":\"[\\d\\.\\w\\-]+\"\\,\"version\":\"([\\d\\.]+)\\;version:\\1\\;confidence:75"
29472947
],
29482948
"website": "https://grafana.com"
29492949
},
@@ -3795,4 +3795,4 @@
37953795
],
37963796
"website": "https://gunicorn.org"
37973797
}
3798-
}
3798+
}

0 commit comments

Comments
 (0)