Elbert Alias 5 years ago
parent f2a4297859
commit 8025896d68

@ -4141,7 +4141,7 @@
"<header class=\"navbar navbar-fixed-top navbar-gitlab with-horizontal-nav\">" "<header class=\"navbar navbar-fixed-top navbar-gitlab with-horizontal-nav\">"
], ],
"icon": "GitLab.svg", "icon": "GitLab.svg",
"implies": "Ruby on Rails", "implies": ["Ruby on Rails", "Vue.js"],
"js": { "js": {
"GitLab": "", "GitLab": "",
"gl.dashboardOptions": "" "gl.dashboardOptions": ""
@ -11152,16 +11152,17 @@
"url": "^https?://(?:www\\.)?[^/]+\\.tumblr\\.com/", "url": "^https?://(?:www\\.)?[^/]+\\.tumblr\\.com/",
"website": "http://www.tumblr.com" "website": "http://www.tumblr.com"
}, },
"TweenMax": { "GSAP": {
"cats": [ "cats": [
12 12
], ],
"icon": "TweenMax.png", "icon": "TweenMax.png",
"js": { "js": {
"TweenMax.version": "^(.+)$\\;version:\\1" "TweenMax": "",
"gsapVersions": ""
}, },
"script": "TweenMax(?:\\.min)?\\.js", "script": "TweenMax(?:\\.min)?\\.js",
"website": "http://greensock.com/tweenmax" "website": "https://greensock.com/gsap"
}, },
"Twilight CMS": { "Twilight CMS": {
"cats": [ "cats": [

@ -32,7 +32,7 @@ while (true) { // eslint-disable-line no-constant-condition
break; break;
} }
const matches = /-?-([^=]+)(?:=(.+)?)?/.exec(arg); const matches = /^-?-([^=]+)(?:=(.+)?)?/.exec(arg);
if (matches) { if (matches) {
const key = aliases[matches[1]] || matches[1].replace(/-\w/g, _matches => _matches[1].toUpperCase()); const key = aliases[matches[1]] || matches[1].replace(/-\w/g, _matches => _matches[1].toUpperCase());

Loading…
Cancel
Save