Adjust mediumexporter dependency to use seance-latest edition
This is a branch that will be kept updated to work with seance even if the original at github:xdamman/mediumexporter#master takes time to pull in changes
This commit is contained in:
parent
629549910d
commit
e1ec23fc3b
2 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
||||||
"commander": "^3.0.2",
|
"commander": "^3.0.2",
|
||||||
"dotenv": "^8.2.0",
|
"dotenv": "^8.2.0",
|
||||||
"markdown": "^0.5.0",
|
"markdown": "^0.5.0",
|
||||||
"mediumexporter": "github:badrihippo/mediumexporter#9800098576785a61602b4993770f7e7a2cf1d639",
|
"mediumexporter": "github:badrihippo/mediumexporter#seance-latest",
|
||||||
"r2": "^2.0.1",
|
"r2": "^2.0.1",
|
||||||
"rembrandt": "^0.1.3",
|
"rembrandt": "^0.1.3",
|
||||||
"webdav": "^2.10.0"
|
"webdav": "^2.10.0"
|
||||||
|
|
|
@ -460,9 +460,9 @@ markdown@^0.5.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
nopt "~2.1.1"
|
nopt "~2.1.1"
|
||||||
|
|
||||||
"mediumexporter@github:badrihippo/mediumexporter#9800098576785a61602b4993770f7e7a2cf1d639":
|
"mediumexporter@github:badrihippo/mediumexporter#seance-latest":
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
resolved "https://codeload.github.com/badrihippo/mediumexporter/tar.gz/9800098576785a61602b4993770f7e7a2cf1d639"
|
resolved "https://codeload.github.com/badrihippo/mediumexporter/tar.gz/89ad0709fc149f716883eb2257a5e0a965828037"
|
||||||
dependencies:
|
dependencies:
|
||||||
commander "^2.19.0"
|
commander "^2.19.0"
|
||||||
r2 "^2.0.1"
|
r2 "^2.0.1"
|
||||||
|
|
Loading…
Reference in a new issue