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

Commit

Permalink
fix: removed deade import (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
priscilawebdev authored Dec 7, 2019
1 parent 33f873a commit ae617a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { isObject } from 'util';

import { UpLinks } from '@verdaccio/types';
import isString from 'lodash/isString';
import formatDistanceToNow from 'date-fns/formatDistanceToNow';
import dayjs from 'dayjs';
import relativeTime from 'dayjs/plugin/relativeTime';

Expand Down

0 comments on commit ae617a5

Please sign in to comment.