From 00ed220a6f300cae03f88cfc27df63753cd7d9e2 Mon Sep 17 00:00:00 2001 From: Toru Nagashima Date: Wed, 27 Apr 2016 22:28:52 +0900 Subject: [PATCH] Chore: increase keywords --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c2e52c63..c99d3175 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,15 @@ "keywords": [ "eslint", "eslintplugin", - "eslint-plugin" + "eslint-plugin", + "node", + "nodejs", + "ecmascript", + "shebang", + "file", + "path", + "import", + "require" ], "author": "Toru Nagashima", "license": "MIT",