Skip to content

Commit

Permalink
fix: lock down notion-to-md to before it broke
Browse files Browse the repository at this point in the history
notion-to-md broke its API in 2.7.0 without changing major version number
  • Loading branch information
hatton committed Jun 15, 2023
1 parent bdac258 commit 76aef7d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
16 changes: 6 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"markdown-table": "^2.0.0",
"node-fetch": "2.6.6",
"notion-client": "^4",
"notion-to-md": "^2.5.5",
"notion-to-md": "2.5.5",
"path": "^0.12.7",
"ts-node": "^10.2.1",
"sanitize-filename": "^1.6.3"
Expand Down

0 comments on commit 76aef7d

Please sign in to comment.