FIX #2563 wrong detect JSECoin (#2573)

main
Vincenzo Luongo 6 years ago committed by Elbert Alias
parent 919df84df5
commit 1a6adb688e

1
.gitignore vendored

@ -15,3 +15,4 @@ Desktop.ini
._* ._*
tags tags
tags.* tags.*
/nbproject/private/

@ -4773,7 +4773,7 @@
"js": { "js": {
"jseMine": "" "jseMine": ""
}, },
"script": "^(?:https):?//load\\.jsecoin\\.com/server/load/", "script": "^(?:https):?//load\\.jsecoin\\.com/load/",
"website": "https://jsecoin.com/" "website": "https://jsecoin.com/"
}, },
"JTL Shop": { "JTL Shop": {

@ -1,6 +1,6 @@
{ {
"name": "wappalyzer", "name": "wappalyzer",
"version": "5.6.2", "version": "5.5.6",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

Loading…
Cancel
Save