@types/react-codemirror
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -6,3 +6,3 @@ // Type definitions for React Codemirror v1.0.0 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.8 | ||
// TypeScript Version: 3.2 | ||
@@ -9,0 +9,0 @@ /// <reference types="react"/> |
{ | ||
"name": "@types/react-codemirror", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "TypeScript definitions for React Codemirror", | ||
@@ -19,13 +19,15 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/react-codemirror" | ||
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
"@types/react": "*", | ||
"@types/codemirror": "*" | ||
"@types/codemirror": "*", | ||
"@types/react": "*" | ||
}, | ||
"typesPublisherContentHash": "bbd8b06118d1b247f8aba5b7b67907c1a42a2c2b81f62816a2508d4172b5a740", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "7d3cca0fd472d80f0417032529d21c13376d7313b7882d97ab5f534f5e242837", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-codemirror | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-codemirror. | ||
Additional Details | ||
* Last updated: Sat, 04 Aug 2018 00:56:31 GMT | ||
* Dependencies: react, codemirror | ||
### Additional Details | ||
* Last updated: Tue, 26 Nov 2019 23:20:49 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/codemirror](https://npmjs.com/package/@types/codemirror) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Vicky Lai <https://github.com/velveret>, Rudi Chen <https://github.com/rudi-c>. | ||
These definitions were written by Vicky Lai (https://github.com/velveret), and Rudi Chen (https://github.com/rudi-c). |
Sorry, the diff of this file is not supported yet
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
5245