Skip to content

Commit 577d221

Browse files
committed
move markdown toc to dev deps
1 parent d5a9a20 commit 577d221

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676
"ts-jest": "^29.1.2",
7777
"ts-node": "^10.9.2",
7878
"tsd": "^0.31.0",
79-
"typescript": "^5.4.5"
79+
"typescript": "^5.4.5",
80+
"markdown-toc": "^1.2.0"
8081
},
8182
"eslintConfig": {
8283
"parser": "@typescript-eslint/parser",
@@ -113,8 +114,5 @@
113114
},
114115
"tsd": {
115116
"directory": "test"
116-
},
117-
"dependencies": {
118-
"markdown-toc": "^1.2.0"
119117
}
120118
}

0 commit comments

Comments
 (0)