Skip to content

Commit

Permalink
[Hotfix] Add dependencies that prevented activation
Browse files Browse the repository at this point in the history
Fix #34.
  • Loading branch information
yhatt committed May 11, 2019
1 parent caa8c5e commit 370aadc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@
"@marp-team/marp-cli": "^0.9.2",
"@marp-team/marp-core": "^0.9.0",
"@marp-team/marpit-svg-polyfill": "^0.3.0",
"nanoid": "^2.0.1"
"nanoid": "^2.0.1",
"os-tmpdir": "^2.0.0",
"remove-trailing-separator": "^1.1.0"
}
}
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4362,6 +4362,11 @@ os-tmpdir@^1.0.0, os-tmpdir@~1.0.1:
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=

os-tmpdir@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-2.0.0.tgz#610a70c5c2a986d5fef3830c429a837c4c4b2968"
integrity sha512-wZojVQP1fR3zW/Z9YLGJz4etXiu5d2tm4D6R4w2FTx1BAx9F1T+tEBb4+0deWQoskF1xe9zgBr/9mYwE+KY3xw==

os@0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/os/-/os-0.1.1.tgz#208845e89e193ad4d971474b93947736a56d13f3"
Expand Down Expand Up @@ -5040,7 +5045,7 @@ remark@^10.0.1:
remark-stringify "^6.0.0"
unified "^7.0.0"

remove-trailing-separator@^1.0.1:
remove-trailing-separator@^1.0.1, remove-trailing-separator@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef"
integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8=
Expand Down

0 comments on commit 370aadc

Please sign in to comment.