@types/prosemirror-gapcursor
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -16,3 +16,3 @@ // Type definitions for prosemirror-gapcursor 1.0 | ||
*/ | ||
export class GapCursor extends Selection { } | ||
export class GapCursor extends Selection {} | ||
/** | ||
@@ -19,0 +19,0 @@ * Create a gap cursor plugin. When enabled, this will capture clicks |
{ | ||
"name": "@types/prosemirror-gapcursor", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "TypeScript definitions for prosemirror-gapcursor", | ||
@@ -29,5 +29,7 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/prosemirror-gapcursor" | ||
}, | ||
@@ -38,4 +40,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "625f1189fa408b5fdf1a73b8bb181aa25f98ef381e1162bb2ab70349bdcf1b8a", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "c3c10f7a06014c20786cd78eb18a8f6685c96d3c855ce0678c89414db0f7f32b", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prosemirror-gapcursor | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prosemirror-gapcursor. | ||
Additional Details | ||
* Last updated: Fri, 20 Apr 2018 17:40:52 GMT | ||
* Dependencies: prosemirror-state | ||
### Additional Details | ||
* Last updated: Mon, 18 Jan 2021 15:07:06 GMT | ||
* Dependencies: [@types/prosemirror-state](https://npmjs.com/package/@types/prosemirror-state) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Bradley Ayers <https://github.com/bradleyayers>, David Hahn <https://github.com/davidka>, Tim Baumann <https://github.com/timjb>, Patrick Simmelbauer <https://github.com/patsimm>. | ||
These definitions were written by [Bradley Ayers](https://github.com/bradleyayers), [David Hahn](https://github.com/davidka), [Tim Baumann](https://github.com/timjb), and [Patrick Simmelbauer](https://github.com/patsimm). |
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
4292