@types/parse-author
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -1,6 +0,1 @@ | ||
// Type definitions for parse-author 2.0 | ||
// Project: https://github.com/jonschlinkert/parse-author | ||
// Definitions by: Remco Haszing <https://github.com/remcohaszing> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
/** | ||
@@ -7,0 +2,0 @@ * Parse a string into an object with `name`, `email` and `url` properties following npm conventions. |
{ | ||
"name": "@types/parse-author", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "TypeScript definitions for parse-author", | ||
@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/parse-author", | ||
"name": "Remco Haszing", | ||
"url": "https://github.com/remcohaszing", | ||
"githubUsername": "remcohaszing" | ||
"githubUsername": "remcohaszing", | ||
"url": "https://github.com/remcohaszing" | ||
} | ||
@@ -24,4 +24,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "808e87ec6ebba28d8419f7c40400504f8986fb9a522e238548b436ebc56ecb8a", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "b0dfa98969b08a8ddee799a59ff73b684a9e16affd995ce2d2c3b9a38d99b81d", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,7 +11,2 @@ # Installation | ||
````ts | ||
// Type definitions for parse-author 2.0 | ||
// Project: https://github.com/jonschlinkert/parse-author | ||
// Definitions by: Remco Haszing <https://github.com/remcohaszing> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
/** | ||
@@ -37,7 +32,6 @@ * Parse a string into an object with `name`, `email` and `url` properties following npm conventions. | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 20:19:19 GMT | ||
* Last updated: Wed, 18 Oct 2023 05:47:08 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [Remco Haszing](https://github.com/remcohaszing). |
3509
14
36