Skip to content

Commit 48a03e6

Browse files
authored
Fix types by moving some dev-dependencies to dependencies
Closes GH-2. Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com> Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent 899df97 commit 48a03e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939
],
4040
"dependencies": {
4141
"@types/estree-jsx": "^0.0.1",
42-
"@types/mdast": "^3.0.0"
42+
"@types/mdast": "^3.0.0",
43+
"mdast-util-from-markdown": "^1.0.0",
44+
"mdast-util-to-markdown": "^1.0.0"
4345
},
4446
"devDependencies": {
4547
"@types/tape": "^4.0.0",
4648
"acorn": "^8.0.0",
4749
"c8": "^7.0.0",
48-
"mdast-util-from-markdown": "^1.0.0",
49-
"mdast-util-to-markdown": "^1.0.0",
5050
"micromark-extension-mdxjs-esm": "^1.0.0",
5151
"prettier": "^2.0.0",
5252
"remark-cli": "^9.0.0",

0 commit comments

Comments
 (0)