mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
chore: format code
This commit is contained in:
parent
8f9b094f6e
commit
5dea7e1100
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,11 @@ import _ from 'lodash';
|
|||
|
||||
import { createAnonymousRemoteUser, createRemoteUser } from '@verdaccio/config';
|
||||
import { VerdaccioError, pluginUtils } from '@verdaccio/core';
|
||||
import { aesEncryptDeprecated as aesEncrypt, signPayload, SignOptionsSignature } from '@verdaccio/signature';
|
||||
import {
|
||||
SignOptionsSignature,
|
||||
aesEncryptDeprecated as aesEncrypt,
|
||||
signPayload,
|
||||
} from '@verdaccio/signature';
|
||||
import {
|
||||
AllowAccess,
|
||||
Callback,
|
||||
|
|
Loading…
Add table
Reference in a new issue