From 4041f0baf4999f207170a7a7a41f26a5d3eb5a4f Mon Sep 17 00:00:00 2001 From: teutat3s <10206665+teutat3s@users.noreply.github.com> Date: Wed, 25 Nov 2020 16:32:10 +0100 Subject: [PATCH] Add keywords --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c2fb06..7aa1524 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,15 @@ "scripts": { "test": "./scripts/run-tests" }, - "author": "", + "keywords": [ + "systemd", + "unit", + "file", + "parse", + "parser", + "ast" + ], + "author": "b12f", "license": "GPL-3.0-or-later", "dependencies": { "chevrotain": "^7.0.3"