From d6895537acd4c098f24c11785d69f324a3ee3414 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Thu, 27 Apr 2017 10:43:11 +0000 Subject: [PATCH] Added more keywords and bug link to package.json --- .npmignore | 1 + package.json | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index ba770062..6f32ec06 100755 --- a/.npmignore +++ b/.npmignore @@ -5,3 +5,4 @@ build/* !build/node docs .vscode +.github diff --git a/package.json b/package.json index 84ceff38..8b234479 100644 --- a/package.json +++ b/package.json @@ -19,13 +19,16 @@ "hex", "encoding", "format", - "cybersecurity" + "cybersecurity", + "data manipulation", + "data analysis" ], "repository": { "type": "git", "url": "https://github.com/gchq/CyberChef/" }, "main": "build/node/CyberChef.js", + "bugs": "https://github.com/gchq/CyberChef/issues", "devDependencies": { "babel-core": "^6.24.0", "babel-loader": "^6.4.0",