@types/slack-node
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -46,2 +46,2 @@ // Type definitions for slack-node v0.1 | ||
export = Slack; | ||
export = Slack; |
{ | ||
"name": "@types/slack-node", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "TypeScript definitions for slack-node", | ||
@@ -14,5 +14,7 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/slack-node" | ||
}, | ||
@@ -23,4 +25,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "34b24bb36be5ae1db49dcb6998b34d0cd2f8fb181fff59eae1a30c6f4998556b", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "8ad94387c58d92fb9bfc3a0e658f7620c609b249bff7d61242d82a5f10518297", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/slack-node | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/slack-node. | ||
Additional Details | ||
* Last updated: Thu, 09 Nov 2017 15:17:54 GMT | ||
* Dependencies: request | ||
### Additional Details | ||
* Last updated: Fri, 15 May 2020 13:12:38 GMT | ||
* Dependencies: [@types/request](https://npmjs.com/package/@types/request) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Joshua DeVinney <https://github.com/geoffreak>. | ||
These definitions were written by [Joshua DeVinney](https://github.com/geoffreak). |
Sorry, the diff of this file is not supported yet
3784
39