From 45fec887c310538ea03b4f758db5fdddd0a4687f Mon Sep 17 00:00:00 2001 From: Deepshika S Date: Thu, 9 Jun 2022 06:21:49 +0530 Subject: [PATCH] chore: update package.json (#550) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7445ef35..af81987a 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,9 @@ }, "repository": "eslint/espree", "bugs": { - "url": "http://github.com/eslint/espree.git" + "url": "https://github.com/eslint/espree/issues" }, + "funding":"https://opencollective.com/eslint", "license": "BSD-2-Clause", "dependencies": { "acorn": "^8.7.1",