From 8e9e6ef55ef07a71ef3ce1f81e5ebce29c4755c4 Mon Sep 17 00:00:00 2001 From: Alessandro Toppi Date: Wed, 31 Jan 2024 14:18:31 +0100 Subject: [PATCH] package.json: fix as suggested by npm --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7059f4c..9aa4051 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/meetecho/janode.git" + "url": "git+https://github.com/meetecho/janode.git" }, "bugs": { "url": "https://github.com/meetecho/janode/issues" @@ -48,6 +48,6 @@ }, "scripts": { "build": "npm install --omit=dev", - "lint": "node_modules/.bin/eslint --ext .js --config .eslintrc.json src" + "lint": "eslint --ext .js --config .eslintrc.json src" } }