-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added support for Node.js version 22 in the CI workflow. - **Chores** - Removed the email field from the bug reporting section in `package.json`. - Updated project name in the README for consistency. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,13 +9,14 @@ | |
"scripts": { | ||
"test": "mocha -t 15000 test/*.test.js", | ||
"lint": "eslint index.js test", | ||
"ci": "npm run lint && mocha -t 15000 test/*.test.js", | ||
"ci": "npm run lint && c8 mocha -t 15000 test/*.test.js", | ||
"contributor": "git-contributor" | ||
}, | ||
"dependencies": { | ||
"utility": "^1.12.0" | ||
}, | ||
"devDependencies": { | ||
"c8": "^9.1.0", | ||
"childprocess": "1", | ||
"eslint": "3.12.0", | ||
"git-contributor": "^2.0.0", | ||
|
@@ -32,8 +33,7 @@ | |
"web": "https://github.com/node-modules/cfork" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/node-modules/cfork/issues", | ||
"email": "[email protected]" | ||
"url": "https://github.com/node-modules/cfork/issues" | ||
}, | ||
"keywords": [ | ||
"cluster", | ||
|