Skip to content

Commit 462c97e

Browse files
committed
[GREENKEEPER]: changes done for [email protected]
Signed-off-by: ashish <[email protected]>
1 parent cfdc7f0 commit 462c97e

File tree

3 files changed

+156
-4
lines changed

3 files changed

+156
-4
lines changed

package-lock.json

Lines changed: 154 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/commands/bundlephobia.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {Command, flags} from '@oclif/command'
22
import axios from 'axios'
3-
import chalk from 'chalk'
3+
import * as chalk from 'chalk'
44

55
import Logger from '../utilities/logger'
66
import Utilities from '../utilities/utilities'

src/commands/datetime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {Command, flags} from '@oclif/command'
2-
import chalk from 'chalk'
2+
import * as chalk from 'chalk'
33
import * as moment from 'moment-timezone' //has both momentjs and timezone support
44

55
// @ts-ignore

0 commit comments

Comments
 (0)