From f70307d7f6fe96927113809bdd7658948a632a99 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Thu, 9 May 2019 21:40:36 +0200 Subject: [PATCH] Add some keywords --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index dd9238d..46cc982 100644 --- a/package.json +++ b/package.json @@ -4,5 +4,6 @@ "main": "index.js", "repository": "http://git.cryto.net/joepie91/node-modify-url.git", "author": "Sven Slootweg ", - "license": "WTFPL OR CC0-1.0" + "license": "WTFPL OR CC0-1.0", + "keywords": ["url", "modify", "change", "resolve"] }