Skip to content

Commit 76aef7d

Browse files
committed
fix: lock down notion-to-md to before it broke
notion-to-md broke its API in 2.7.0 without changing major version number
1 parent bdac258 commit 76aef7d

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

package-lock.json

Lines changed: 6 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"markdown-table": "^2.0.0",
6464
"node-fetch": "2.6.6",
6565
"notion-client": "^4",
66-
"notion-to-md": "^2.5.5",
66+
"notion-to-md": "2.5.5",
6767
"path": "^0.12.7",
6868
"ts-node": "^10.2.1",
6969
"sanitize-filename": "^1.6.3"

0 commit comments

Comments
 (0)