@types/react-relay
Advanced tools
Comparing version 0.9.5 to 0.9.6
{ | ||
"name": "@types/react-relay", | ||
"version": "0.9.5", | ||
"version": "0.9.6", | ||
"description": "TypeScript definitions for react-relay 0.9.2", | ||
@@ -17,4 +17,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typings": "react-relay.d.ts", | ||
"typesPublisherContentHash": "14a671f60404e3b2b390b5b10fa6c88bb1b28a76a8e3df924c02d6b7632b8f0c" | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "2f25aaec24b579f19a237eb57efe33178ea741abfc62c572473dd5bdb82d6c51" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 07 Nov 2016 13:35:40 GMT | ||
* Last updated: Mon, 21 Nov 2016 21:02:59 GMT | ||
* File structure: ModuleAugmentation | ||
@@ -14,0 +14,0 @@ * Library Dependencies: none |
{ | ||
"authors": "Johannes Schickling <https://github.com/graphcool>", | ||
"definitionFilename": "react-relay.d.ts", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [], | ||
@@ -21,6 +21,6 @@ "moduleDependencies": [ | ||
"files": [ | ||
"react-relay.d.ts" | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "14a671f60404e3b2b390b5b10fa6c88bb1b28a76a8e3df924c02d6b7632b8f0c" | ||
"contentHash": "2f25aaec24b579f19a237eb57efe33178ea741abfc62c572473dd5bdb82d6c51" | ||
} |
5429