Skip to content

Commit

Permalink
fix indentation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Feb 10, 2021
1 parent e5cf3c6 commit b655a1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -94,7 +94,7 @@
"strip-ansi": "6.0.0",
"tmp-promise": "3.0.2",
"tree-kill": "^1.2.2",
"ts-dedent": "^2.0.0",
"ts-dedent": "^1.0.0",
"util-deprecate": "^1.0.2",
"uuid": "^8.3.2",
"yarn-or-npm": "^3.0.1"
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Expand Up @@ -12302,6 +12302,11 @@ trough@^1.0.0:
resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406"
integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==

ts-dedent@^1.0.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/ts-dedent/-/ts-dedent-1.2.0.tgz#6aa2229d837159bb6d635b6b233002423b91e0b0"
integrity sha512-6zSJp23uQI+Txyz5LlXMXAHpUhY4Hi0oluXny0OgIR7g/Cromq4vDBnhtbBdyIV34g0pgwxUvnvg+jLJe4c1NA==

ts-dedent@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ts-dedent/-/ts-dedent-2.0.0.tgz#47c5eb23d9096f3237cc413bc82d387d36dbe690"
Expand Down

0 comments on commit b655a1c

Please sign in to comment.