@khanacademy/simple-markdown
Advanced tools
Comparing version 0.9.3 to 0.9.4
# @khanacademy/simple-markdown | ||
## 0.9.4 | ||
### Patch Changes | ||
- afb14cff: Add eslint rule to make type imports consistent | ||
## 0.9.3 | ||
@@ -4,0 +10,0 @@ |
@@ -20,4 +20,4 @@ /** | ||
*/ | ||
import * as React from "react"; | ||
import type { Capture, MatchFunction, State } from "./troublesome-types"; | ||
import type * as React from "react"; | ||
type Attr = string | number | boolean | null | undefined; | ||
@@ -24,0 +24,0 @@ type SingleASTNode = { |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.9.3", | ||
"version": "0.9.4", | ||
"publishConfig": { | ||
@@ -9,0 +9,0 @@ "access": "public" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
660277
9520