From a91a1a5feeea7948c061c37a42be442f8d8ef5ce Mon Sep 17 00:00:00 2001 From: Vasile FLorin Vilsan Date: Thu, 31 Jan 2019 06:35:45 +0000 Subject: [PATCH] Refactored second capturing group as recommended by Travis CI logs --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index cf3d75591..9aa78475f 100644 --- a/src/apps.json +++ b/src/apps.json @@ -12939,7 +12939,7 @@ ], "icon": "Rocket.svg", "implies": ["React","PHP", "Bootstrap", "webpack", "Node.js", "MySQL", "Apache", "jQuery", "Moment.js", "Less"], - "script": "/dist/frontend-(.+)\\.js", + "script": "/dist/frontend-[^\\.]+\\.js", "website": "https://rocketcms.io" } },