diff --git a/package.json b/package.json index c84ca1b..353ab34 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,9 @@ "name": "dev-to-git", "version": "0.0.0-development", "description": "A CLI to keep your dev.to posts in sync from a GIT project, using the CI provider of your choice", - "keywords": ["dev.to"], + "keywords": [ + "dev.to" + ], "main": "bin/dev-to-git.umd.js", "module": "bin/dev-to-git.es5.js", "typings": "bin/types/dev-to-git.d.ts",