-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(gitlab): fix param name in gitlab api
- Loading branch information
1 parent
2b0e0fc
commit 2cc8e99
Showing
3 changed files
with
14 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ | |
"bin": { | ||
"all-contributors": "dist/cli.js" | ||
}, | ||
"files": ["dist"], | ||
"files": [ | ||
"dist" | ||
], | ||
"engines": { | ||
"node": ">=4" | ||
}, | ||
|
@@ -21,7 +23,10 @@ | |
"type": "git", | ||
"url": "https://github.com/jfmengels/all-contributors-cli.git" | ||
}, | ||
"keywords": ["all-contributors", "contributors"], | ||
"keywords": [ | ||
"all-contributors", | ||
"contributors" | ||
], | ||
"author": "Jeroen Engels <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
|
@@ -41,7 +46,11 @@ | |
"kcd-scripts": "^0.29.0", | ||
"nock": "^9.1.0" | ||
}, | ||
"eslintIgnore": ["node_modules", "coverage", "dist"], | ||
"eslintIgnore": [ | ||
"node_modules", | ||
"coverage", | ||
"dist" | ||
], | ||
"eslintConfig": { | ||
"extends": "./node_modules/kcd-scripts/eslint.js", | ||
"rules": { | ||
|
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