@types/current-git-branch
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -1,7 +0,1 @@ | ||
// Type definitions for current-git-branch 1.1 | ||
// Project: https://www.npmjs.com/package/current-git-branch | ||
// Definitions by: Max Boguslavskiy <https://github.com/maxbogus> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.7 | ||
declare namespace CurrentGitBranch { | ||
@@ -8,0 +2,0 @@ type CurrentGitBranchOptions = CurrentGitBranchOptionsObject | string[] | string; |
{ | ||
"name": "@types/current-git-branch", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "TypeScript definitions for current-git-branch", | ||
@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/current-git-branch", | ||
"name": "Max Boguslavskiy", | ||
"url": "https://github.com/maxbogus", | ||
"githubUsername": "maxbogus" | ||
"githubUsername": "maxbogus", | ||
"url": "https://github.com/maxbogus" | ||
} | ||
@@ -24,4 +24,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "4bc5af6048692348210685f619fd1f8dbcb52d379e4f2e841f9647bfa8fe7c08", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "762450505d51005af0959528f0c42227096ccd390ac88241704613362b60eb01", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,8 +11,2 @@ # Installation | ||
````ts | ||
// Type definitions for current-git-branch 1.1 | ||
// Project: https://www.npmjs.com/package/current-git-branch | ||
// Definitions by: Max Boguslavskiy <https://github.com/maxbogus> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.7 | ||
declare namespace CurrentGitBranch { | ||
@@ -37,7 +31,6 @@ type CurrentGitBranchOptions = CurrentGitBranchOptionsObject | string[] | string; | ||
### Additional Details | ||
* Last updated: Mon, 04 Sep 2023 15:41:35 GMT | ||
* Last updated: Wed, 18 Oct 2023 00:05:18 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [Max Boguslavskiy](https://github.com/maxbogus). |
3566
12
35