Skip to content

Commit

Permalink
fix: fix build failing due to ts-node bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Nov 7, 2018
1 parent 2dfde76 commit 19f0c03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -146,7 +146,7 @@
"proxyquire": "^2.0.1",
"rimraf": "^2.6.2",
"sinon": "^6.1.5",
"ts-node": "7.0.1",
"ts-node": "^6.0.0",
"tslint": "5.11.0",
"tslint-config-airbnb": "^5.11.0",
"typedoc": "0.13.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -8436,9 +8436,9 @@ truncate-utf8-bytes@^1.0.0:
dependencies:
utf8-byte-length "^1.0.1"

ts-node@7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-7.0.1.tgz#9562dc2d1e6d248d24bc55f773e3f614337d9baf"
ts-node@^6.0.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-6.2.0.tgz#65a0ae2acce319ea4fd7ac8d7c9f1f90c5da6baf"
dependencies:
arrify "^1.0.0"
buffer-from "^1.1.0"
Expand Down

0 comments on commit 19f0c03

Please sign in to comment.