From efc9950eadb5560b144feb45e2d37930447aa121 Mon Sep 17 00:00:00 2001 From: mbilker Date: Thu, 14 Jan 2016 22:43:40 -0500 Subject: [PATCH] fix(phishing): set the package name to the correct value --- internal_packages/phishing-detection/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 internal_packages/phishing-detection/package.json diff --git a/internal_packages/phishing-detection/package.json b/internal_packages/phishing-detection/package.json old mode 100755 new mode 100644 index a47e7090c..de57baf60 --- a/internal_packages/phishing-detection/package.json +++ b/internal_packages/phishing-detection/package.json @@ -1,5 +1,5 @@ { - "name": "phishing", + "name": "phishing-detection", "version": "0.2.1", "main": "./lib/main", "license": "GPL-3.0",