Skip to content

Commit

Permalink
Upgrade: ts-node to v4.0.1
Browse files Browse the repository at this point in the history
Close #703
  • Loading branch information
alrra committed Dec 11, 2017
1 parent 0420bab commit 620516f
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 21 deletions.
125 changes: 106 additions & 19 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 @@ -116,7 +116,7 @@
"proxyquire": "^1.8.0",
"rimraf": "^2.6.2",
"sinon": "^4.1.3",
"ts-node": "^3.1.0",
"ts-node": "^4.0.1",
"typedoc": "^0.9.0",
"typescript": "^2.6.2",
"typescript-eslint-parser": "^9.0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/utils/misc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as url from 'url';
import { parse as parseContentTypeHeader } from 'content-type';
import { promisify } from 'util';

import * as stripBom from 'strip-bom';
import stripBom = require('strip-Bom');
import * as requireUncached from 'require-uncached';
import * as stripComments from 'strip-json-comments';
import * as requestAsync from 'request-promise';
Expand Down

0 comments on commit 620516f

Please sign in to comment.