From eddcaded3771220256f53186c6e323e4d2492e17 Mon Sep 17 00:00:00 2001 From: Farhan Reza <108195448+farhan7reza7@users.noreply.github.com> Date: Thu, 1 Feb 2024 03:51:14 +0530 Subject: [PATCH] Update package.json update package.json for v1.0.1 resolves #76 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3f54dce..3c135ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "if-follow-package", - "version": "1.0.0", + "name": "@farhan7reza7/if-follow-package", + "version": "1.0.1", "description": "if-follow-package is a JavaScript library that provides APIs for managing followers and followings on GitHub. This package allows you to find users who are not following you back, find users who are following you back, unfollow users who are not following you back, check if a user is following you, check if you are following a user, get the exact total number of followings, get the exact total number of followers, and other follow control features.", "main": "src/follow-back.js", "scripts": {