Refactored usage of non-capturing group as recommended by Travis CI logs

main
Vasile FLorin Vilsan 6 years ago
parent 3e166b69e6
commit c8e031db1a

@ -12934,7 +12934,7 @@
"PHPSESSID": ""
},
"html": [
"<link href=[\"']/dist/frontend-(?:.+)\\.css[\"'] rel=[\"']stylesheet[\"']>",
"<link href=[\"']/dist/frontend-[^\\.]+\\.css[\"'] rel=[\"']stylesheet[\"']>",
"<script>var onLoadList = \\[\\];</script>"
],
"icon": "Rocket.svg",

Loading…
Cancel
Save