diff --git a/CHANGELOG.md b/CHANGELOG.md index 55fab471..581056ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ## Others * [#10](https://github.com/epaew/eslint-plugin-filenames-simple/pull/10) Add CHANGELOG.md +* [#17](https://github.com/epaew/eslint-plugin-filenames-simple/pull/17) Update package keywords # 0.2.0 ## Features diff --git a/package.json b/package.json index f41668bf..a0de83ab 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,9 @@ "keywords": [ "eslint", "eslint-plugin", - "filenames" + "file", + "filename", + "simple" ], "homepage": "https://github.com/epaew/eslint-plugin-filenames-simple", "repository": "git@github.com:epaew/eslint-plugin-filenames-simple",