Skip to content

Commit 3718bf1

Browse files
rpd10blakeembrey
authored andcommitted
Update chalk imports (TypeStrong#451)
1 parent 6dd8867 commit 3718bf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/_bin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { inspect } from 'util'
44
import arrify = require('arrify')
55
import Module = require('module')
66
import minimist = require('minimist')
7-
import chalk = require('chalk')
7+
import chalk from 'chalk'
88
import { diffLines } from 'diff'
99
import { Script } from 'vm'
1010
import { register, VERSION, getFile, fileExists, TSError, parse, printError } from './index'

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { relative, basename, extname, resolve, dirname, join } from 'path'
22
import { writeFileSync, readFileSync, statSync } from 'fs'
33
import { EOL, tmpdir, homedir } from 'os'
44
import sourceMapSupport = require('source-map-support')
5-
import chalk = require('chalk')
5+
import chalk from 'chalk'
66
import mkdirp = require('mkdirp')
77
import crypto = require('crypto')
88
import yn = require('yn')

0 commit comments

Comments
 (0)