From 6c367b9c6f9522f9ed033da90a698f7d468b34f3 Mon Sep 17 00:00:00 2001 From: Nikita Golubov Date: Wed, 21 Apr 2021 11:22:58 +0300 Subject: [PATCH] chore: added license and keywords for npm --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index 9727ea5..87246ff 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,13 @@ "name": "@csssr/linters", "version": "0.1.0", "description": "CSSSR's linting configs for Prettier and ESLint", + "keywords": [ + "eslint", + "eslintconfig", + "prettier", + "styleguide" + ], + "license": "MIT", "scripts": { "build": "fundoc" },