myst-spec-ext
Advanced tools
Comparing version 1.0.1 to 1.0.2
export * from './types.js'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -101,1 +101,2 @@ import type { Parent, StaticPhrasingContent, TableCell as SpecTableCell, FootnoteReference as FNR, FootnoteDefinition as FND, Heading as SpecHeading, Image as SpecImage, Admonition as SpecAdmonition, Code as SpecCode, ListItem as SpecListItem } from 'myst-spec'; | ||
}; | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "myst-spec-ext", | ||
"version": "1.0.1", | ||
"description": "Extentions for myst-spec that are used in myst-cli and mystjs", | ||
"version": "1.0.2", | ||
"description": "Extensions for myst-spec that are used in mystmd", | ||
"author": "Rowan Cockett <rowan@curvenote.com>", | ||
"homepage": "https://github.com/executablebooks/mystjs/tree/main/packages/myst-spec-ext", | ||
"homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/myst-spec-ext", | ||
"license": "MIT", | ||
@@ -22,3 +22,3 @@ "type": "module", | ||
"type": "git", | ||
"url": "git+https://github.com/executablebooks/mystjs.git" | ||
"url": "git+https://github.com/executablebooks/mystmd.git" | ||
}, | ||
@@ -33,3 +33,3 @@ "scripts": { | ||
"bugs": { | ||
"url": "https://github.com/executablebooks/mystjs/issues" | ||
"url": "https://github.com/executablebooks/mystmd/issues" | ||
}, | ||
@@ -36,0 +36,0 @@ "dependencies": { |
# myst-spec-ext | ||
Extension types for mystjs. | ||
Extension types for mystmd. |
6856
8