From ff84b054ed9206777ea46820ceddd809b34bc2da Mon Sep 17 00:00:00 2001 From: tunnckoCore Date: Mon, 13 Mar 2017 04:59:28 +0200 Subject: [PATCH] fix(package): add keywords --- package.json | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f1fee54..77a38cd 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,30 @@ "files": [ "index.js" ], - "keywords": [], + "keywords": [ + "check", + "clean", + "clean-stack", + "clean-stacktrace", + "column", + "err", + "error", + "error-stack", + "error-stack-traces", + "line", + "meta", + "metadata", + "relative", + "short", + "short-stack", + "show", + "show-stack", + "showstack", + "stack", + "stacktrace", + "traces", + "typeof" + ], "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" @@ -79,4 +102,4 @@ "branches": 100, "lines": 100 } -} +} \ No newline at end of file