diff --git a/package.json b/package.json index 4cf0e6a..dcc8647 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "percollate", - "version": "0.2.5", + "version": "0.2.6", "description": "A command-line tool to grab web pages as PDF", "main": "index.js", "repository": "git@github.com:danburzo/percollate.git", @@ -41,5 +41,11 @@ "jsxBracketSameLine": false, "arrowParens": "avoid", "printWidth": 80 - } + }, + "keywords": [ + "puppeteer", + "cli", + "pdf", + "readability" + ] }