Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/danger/danger-js into main
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jun 29, 2021
2 parents 712eaf4 + 688bbc1 commit fccec10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "danger",
"version": "10.6.4",
"version": "10.6.5",
"description": "Unit tests for Team Culture",
"main": "distribution/danger.js",
"typings": "distribution/danger.d.ts",
Expand Down
1 change: 1 addition & 0 deletions source/danger.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1455,6 +1455,7 @@ interface GitLabDSL extends GitLabJSONDSL {
utils: {
fileContents(path: string, repoSlug?: string, ref?: string): Promise<string>
}
api: GitLabAPI
}

// ---
Expand Down

0 comments on commit fccec10

Please sign in to comment.