Skip to content

Commit

Permalink
move markdown toc to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
janpaepke committed Apr 12, 2024
1 parent d5a9a20 commit 577d221
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tsd": "^0.31.0",
"typescript": "^5.4.5"
"typescript": "^5.4.5",
"markdown-toc": "^1.2.0"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
Expand Down Expand Up @@ -113,8 +114,5 @@
},
"tsd": {
"directory": "test"
},
"dependencies": {
"markdown-toc": "^1.2.0"
}
}

0 comments on commit 577d221

Please sign in to comment.