Merge pull request #2827 from q--/Improve_Lodash_detection

Add a new way to detect Lodash
main
Elbert Alias 5 years ago committed by GitHub
commit db6bdfde6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6310,6 +6310,7 @@
"icon": "Lo-dash.png",
"js": {
"_.VERSION": "^(.+)$\\;confidence:0\\;version:\\1",
"_.templateSettings.imports._.templateSettings.imports._.VERSION": "^(.+)$\\;version:\\1",
"_.differenceBy": ""
},
"script": "lodash.*\\.js",

Loading…
Cancel
Save