@types/prosemirror-markdown
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -10,3 +10,3 @@ // Type definitions for prosemirror-markdown 1.0 | ||
import { MarkdownIt } from 'markdown-it'; | ||
import MarkdownIt = require('markdown-it'); | ||
import { Node as ProsemirrorNode, Schema } from 'prosemirror-model'; | ||
@@ -13,0 +13,0 @@ |
{ | ||
"name": "@types/prosemirror-markdown", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "TypeScript definitions for prosemirror-markdown", | ||
@@ -29,5 +29,6 @@ "license": "MIT", | ||
"main": "", | ||
"types": "", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -39,4 +40,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "272ce813e0aa1c63e8db9a0d57443affefdf5e6590d5cb2e95284876e66f2403", | ||
"typesPublisherContentHash": "ec19d81a757e03ad0d62d9f0c0d59685c6a53563f88387a98440a084a9193c7c", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prosemirror-markdown | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prosemirror-markdown | ||
Additional Details | ||
* Last updated: Fri, 20 Apr 2018 17:40:51 GMT | ||
* Last updated: Fri, 02 Nov 2018 17:54:39 GMT | ||
* Dependencies: markdown-it, prosemirror-model | ||
@@ -14,0 +14,0 @@ * Global values: none |
9733