From cf76141c6ed77a31b852750f80ea3fa43a4a222c Mon Sep 17 00:00:00 2001 From: Khaliq Date: Fri, 20 Sep 2024 11:20:21 +0300 Subject: [PATCH] update package.json --- package.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 75bab1d..8dac53e 100644 --- a/package.json +++ b/package.json @@ -3,17 +3,27 @@ "version": "1.0.0", "description": "Nango custom integrations ESLint plugin", "main": "dist/index.js", + "repository": { + "type": "git", + "url": "git+https://github.com/NangoHQ/eslint-plugin-custom-integrations-linting" + }, "scripts": { "build": "tsc", "test": "vitest", "lint": "eslint ." }, + "files": [ + "*.md", + "dist", + "tsconfig.json", + "package.json" + ], "keywords": [ "eslint", - "eslintplugin" + "eslintplugin", + "custom-integrations", + "nango" ], - "author": "", - "license": "ISC", "devDependencies": { "@babel/types": "^7.22.5", "@types/eslint": "^8.40.0",