0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00

chore: update @verdaccio/types to 3.3.2

This commit is contained in:
Juan Picado @jotadeveloper 2018-07-16 07:20:11 +02:00
parent 61e33f0a30
commit 6f33876587
No known key found for this signature in database
GPG key ID: 18AC54485952D158
3 changed files with 5 additions and 1 deletions

View file

@ -52,7 +52,7 @@
"devDependencies": {
"@commitlint/cli": "6.1.3",
"@commitlint/config-conventional": "6.1.3",
"@verdaccio/types": "3.3.0",
"@verdaccio/types": "3.3.2",
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "8.2.2",

View file

@ -21,6 +21,10 @@ class ExampleAuthPlugin implements IPluginAuth {
this.logger = options.logger;
}
adduser(user: string, password: string, cb: verdaccio$Callback): void {
cb();
}
authenticate(user: string, password: string, cb: verdaccio$Callback): void {
cb();
}

BIN
yarn.lock

Binary file not shown.