Skip to content

Commit

Permalink
Merge pull request #194 from farhan7reza7/farhan7reza7-patch-36
Browse files Browse the repository at this point in the history
Update package.json for releasing v2.1.0 on github
  • Loading branch information
farhan7reza7 committed Feb 17, 2024
2 parents 7258597 + 815cfbb commit 78a6287
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: 16
- run: npm ci
- run: npm test || true
- run: npm test
env:
TOKEN: ${{ secrets.TOKEN }}
USER: ${{ secrets.USER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-npm-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 16
- run: npm ci
- run: npm test || true
- run: npm test
env:
TOKEN: ${{ secrets.TOKEN }}
USER: ${{ secrets.USER }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "if-follow-package",
"name": "@farhan7reza7/if-follow-package",
"version": "2.1.0",
"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/index.js",
Expand Down

0 comments on commit 78a6287

Please sign in to comment.