mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-13 13:19:34 +08:00
fix(phishing): set the package name to the correct value
This commit is contained in:
parent
f469fd29d8
commit
efc9950ead
1 changed files with 1 additions and 1 deletions
2
internal_packages/phishing-detection/package.json
Executable file → Normal file
2
internal_packages/phishing-detection/package.json
Executable file → Normal file
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "phishing",
|
"name": "phishing-detection",
|
||||||
"version": "0.2.1",
|
"version": "0.2.1",
|
||||||
"main": "./lib/main",
|
"main": "./lib/main",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
|
|
Loading…
Reference in a new issue