Skip to content

Commit

Permalink
Mejoro la señal de deprecate
Browse files Browse the repository at this point in the history
  • Loading branch information
emilioplatzer committed Jun 27, 2016
1 parent 94763c5 commit 4faad30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/login-plus.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function completeOptions(opts){
if(opts){
'unloggedPath'.split(',').forEach(function(optName){
if(opts[optName]){
console.log('deprecate login-plus.option.'+opts[optName]);
console.log('deprecate login-plus.option.'+optName);
}
});
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "login-plus",
"description": "login service for express",
"version": "0.5.0",
"version": "0.5.1",
"author": "Codenautas <codenautas@googlegroups.com>",
"license": "MIT",
"repository": "codenautas/login-plus",
Expand Down

0 comments on commit 4faad30

Please sign in to comment.