diff --git a/src/apps.json b/src/apps.json index 7b7865430..99d4b7aed 100644 --- a/src/apps.json +++ b/src/apps.json @@ -8868,7 +8868,7 @@ "script": [ "react(?:-with-addons)?[.-]([\\d.]*\\d)[^/]*\\.js\\;version:\\1", "/([\\d.]+)/react(?:\\.min)?\\.js\\;version:\\1", - "react.*\\.js" + "^react\\.(?:production|development)?\\.*(?:min\\.)?js" ], "website": "https://reactjs.org" },