Skip to content

Commit

Permalink
fix a bug in diffrent node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
rozbo committed Jul 7, 2016
1 parent d57a803 commit b289063
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-abbrlink",
"version": "1.0.2",
"version": "1.0.3",
"description": "create one and only link for every post for hexo",
"main": "index.js",
"scripts": {
Expand All @@ -21,5 +21,9 @@
"bugs": {
"url": "https://github.com/Rozbo/hexo-abbrlink/issues"
},
"homepage": "https://github.com/Rozbo/hexo-abbrlink#readme"
"homepage": "https://github.com/Rozbo/hexo-abbrlink#readme",
"dependencies": {
"hexo-front-matter": "^0.2.3",
"hexo-fs": "^0.1.6"
}
}

0 comments on commit b289063

Please sign in to comment.