@types/reactcss
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,2 +5,3 @@ // Type definitions for ReactCSS v1.0.0 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.1 | ||
@@ -7,0 +8,0 @@ import * as React from "react" |
{ | ||
"name": "@types/reactcss", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "TypeScript definitions for ReactCSS", | ||
@@ -17,4 +17,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "5f0141a8c8706a50658210ce11b5a60c487b2d07dee06348d16cefce9d4cb304", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "8de49c6d70b900b8d22e71451f5fd87ae0067486bdc50e4a31d4fc7b110e4502", | ||
"typeScriptVersion": "2.1" | ||
} |
@@ -11,5 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 30 Dec 2016 14:32:46 GMT | ||
* Library Dependencies: none | ||
* Module Dependencies: react | ||
* Last updated: Mon, 23 Jan 2017 21:31:32 GMT | ||
* Dependencies: react | ||
* Global values: none | ||
@@ -16,0 +15,0 @@ |
{ | ||
"authors": "Karol Janyst <https://github.com/LKay>", | ||
"libraryDependencies": [], | ||
"moduleDependencies": [ | ||
"react" | ||
], | ||
"libraryMajorVersion": 1, | ||
"libraryMinorVersion": 0, | ||
"typeScriptVersion": "2.0", | ||
"name": "reactcss", | ||
"libraryName": "ReactCSS", | ||
"typingsPackageName": "reactcss", | ||
"projectName": "http://reactcss.com/", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "master", | ||
"globals": [], | ||
"declaredModules": [ | ||
"reactcss" | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "5f0141a8c8706a50658210ce11b5a60c487b2d07dee06348d16cefce9d4cb304" | ||
"data": { | ||
"authors": "Karol Janyst <https://github.com/LKay>", | ||
"dependencies": { | ||
"react": "*" | ||
}, | ||
"pathMappings": {}, | ||
"libraryMajorVersion": 1, | ||
"libraryMinorVersion": 0, | ||
"typeScriptVersion": "2.1", | ||
"libraryName": "ReactCSS", | ||
"typingsPackageName": "reactcss", | ||
"projectName": "http://reactcss.com/", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"globals": [], | ||
"declaredModules": [ | ||
"reactcss/." | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "8de49c6d70b900b8d22e71451f5fd87ae0067486bdc50e4a31d4fc7b110e4502" | ||
}, | ||
"isLatest": true | ||
} |
2761
51
17