Skip to content

Commit

Permalink
v3.0.6
Browse files Browse the repository at this point in the history
1. fix #124
  • Loading branch information
D0n9X1n committed Dec 6, 2019
1 parent 0d33386 commit 0147451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ hexo.extend.filter.register('after_post_render', (data) => {
});
}

if(password === undefined){
if(password == undefined){
return data;
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .js ./"
},
"version": "3.0.5",
"version": "3.0.6",
"devDependencies": {
"eslint": "^6.2.2"
}
Expand Down

0 comments on commit 0147451

Please sign in to comment.