@types/react-modal
Advanced tools
Comparing version 1.3.5 to 1.3.6
{ | ||
"name": "@types/react-modal", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "TypeScript definitions for react-modal v1.3.0", | ||
@@ -17,4 +17,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typings": "react-modal.d.ts", | ||
"typesPublisherContentHash": "c6cea48a2c33ebb2ad33e57f1aa8d6cf7d37fea041e9ce2503559c0d392d97cd" | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "34dfb41d7639c50b82227aa2a1b15a27f262df7703c30401ac8975a35cbcc872" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 26 Oct 2016 19:23:30 GMT | ||
* Last updated: Mon, 21 Nov 2016 21:02:59 GMT | ||
* File structure: DeclareModule | ||
@@ -14,0 +14,0 @@ * Library Dependencies: react |
{ | ||
"authors": "Rajab Shakirov <https://github.com/radziksh>", | ||
"definitionFilename": "react-modal.d.ts", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [ | ||
@@ -8,4 +8,4 @@ "react" | ||
"moduleDependencies": [], | ||
"libraryMajorVersion": "1", | ||
"libraryMinorVersion": "3", | ||
"libraryMajorVersion": 1, | ||
"libraryMinorVersion": 3, | ||
"libraryName": "react-modal v1.3.0", | ||
@@ -22,6 +22,6 @@ "typingsPackageName": "react-modal", | ||
"files": [ | ||
"react-modal.d.ts" | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "c6cea48a2c33ebb2ad33e57f1aa8d6cf7d37fea041e9ce2503559c0d392d97cd" | ||
"contentHash": "34dfb41d7639c50b82227aa2a1b15a27f262df7703c30401ac8975a35cbcc872" | ||
} |
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
2853