@types/react-split-pane
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "@types/react-split-pane", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "TypeScript definitions for react-split-pane v0.1.38", | ||
@@ -16,4 +16,5 @@ "license": "MIT", | ||
}, | ||
"typings": "react-split-pane.d.ts", | ||
"typesPublisherContentHash": "ebaeac46d9cc46a7cc6d4addc729e94a27870523df96e615e9878d96551fd04d" | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "f6813bd6c6cdb3ef294e56bb84a1563a3ae0fae1a0839364a170221c2ed66a32" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
* Last updated: Mon, 21 Nov 2016 21:02:59 GMT | ||
* File structure: OldUMD | ||
@@ -14,0 +14,0 @@ * Library Dependencies: react |
{ | ||
"authors": "Roger Chen <https://github.com/rcchen>", | ||
"definitionFilename": "react-split-pane.d.ts", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [ | ||
@@ -8,4 +8,4 @@ "react" | ||
"moduleDependencies": [], | ||
"libraryMajorVersion": "0", | ||
"libraryMinorVersion": "1", | ||
"libraryMajorVersion": 0, | ||
"libraryMinorVersion": 1, | ||
"libraryName": "react-split-pane v0.1.38", | ||
@@ -22,6 +22,6 @@ "typingsPackageName": "react-split-pane", | ||
"files": [ | ||
"react-split-pane.d.ts" | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "ebaeac46d9cc46a7cc6d4addc729e94a27870523df96e615e9878d96551fd04d" | ||
"contentHash": "f6813bd6c6cdb3ef294e56bb84a1563a3ae0fae1a0839364a170221c2ed66a32" | ||
} |
3222