mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
fixed names
This commit is contained in:
parent
8fb2dfe3d7
commit
e454a5e0e8
@ -45,7 +45,7 @@
|
||||
ga('require', 'linker');
|
||||
ga('linker:autoLink', ['harrydenley.com', 'metamask.io'], false, true);
|
||||
</script>
|
||||
<script src="phishingdetect.js"></script>
|
||||
<script src="phishing-detect.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -267,7 +267,7 @@ const buildJsFiles = [
|
||||
'contentscript',
|
||||
'background',
|
||||
'ui',
|
||||
'phishingdetect'
|
||||
'phishing-detect'
|
||||
]
|
||||
|
||||
// bundle tasks
|
||||
|
Loading…
Reference in New Issue
Block a user