@types/concurrently
Advanced tools
Comparing version 5.2.0 to 5.2.1
@@ -5,2 +5,3 @@ // Type definitions for concurrently 5.2 | ||
// Piotr Błażejewicz <https://github.com/peterblazejewicz> | ||
// Ryan Ling <https://github.com/72636c> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -18,2 +19,3 @@ | ||
command: string; | ||
env?: NodeJS.ProcessEnv; | ||
name?: string; | ||
@@ -20,0 +22,0 @@ prefixColor?: string; |
{ | ||
"name": "@types/concurrently", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"description": "TypeScript definitions for concurrently", | ||
@@ -16,2 +16,7 @@ "license": "MIT", | ||
"githubUsername": "peterblazejewicz" | ||
}, | ||
{ | ||
"name": "Ryan Ling", | ||
"url": "https://github.com/72636c", | ||
"githubUsername": "72636c" | ||
} | ||
@@ -30,4 +35,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "32e1b0218287f15d8932aedb50e17608a7fcce13b6558a3d7455e79364ff64b7", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "555f307677b60b576b2bc0b8ee2bf4028637723dce51d02bc7349c39430ca782", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sun, 26 Apr 2020 16:21:48 GMT | ||
* Last updated: Sun, 31 May 2020 08:10:21 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [Michael B.](https://github.com/Blasz), and [Piotr Błażejewicz](https://github.com/peterblazejewicz). | ||
These definitions were written by [Michael B.](https://github.com/Blasz), [Piotr Błażejewicz](https://github.com/peterblazejewicz), and [Ryan Ling](https://github.com/72636c). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5234
51