Skip to content
This repository was archived by the owner on Jan 16, 2022. It is now read-only.

Commit 5553879

Browse files
committed
fix: isObject import
1 parent 21d54c5 commit 5553879

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/utils/package.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
import { isObject } from 'util';
2-
31
import { UpLinks } from '@verdaccio/types';
42
import dayjs from 'dayjs';
53
import localizedFormat from 'dayjs/plugin/localizedFormat';
64
import relativeTime from 'dayjs/plugin/relativeTime';
75
import i18next from 'i18next';
6+
import isObject from 'lodash/isObject';
87
import isString from 'lodash/isString';
98

109
import { Time } from '../../types/packageMeta';

0 commit comments

Comments
 (0)