From 97690ca77146aa06f804faa1433d7e76d9071d4b Mon Sep 17 00:00:00 2001 From: Leonardo Ascione Date: Sun, 24 Mar 2019 15:11:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=20Add=20package.json=20keywords?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index ee65057..5484708 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,13 @@ "files": [ "lib/" ], + "keywords": [ + "babel", + "babel-plugin", + "babel-typescript", + "decorators", + "reflect-metadata" + ], "scripts": { "dev": "babel src -w -d lib -x '.ts,.tsx'", "build": "yarn build:lib && yarn build:types",