Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Apr 2, 2018
1 parent 3755a20 commit 09bd925
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 203 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
"name": "vuejs.org",
"private": true,
"hexo": {
"version": "3.6.0"
"version": "3.7.0"
},
"scripts": {
"start": "hexo server",
"build": "node pre-deploy.js && hexo clean && hexo generate",
"deploy": "npm run build && hexo deploy"
},
"dependencies": {
"hexo": "^3.4.2",
"hexo": "^3.6.0",
"hexo-deployer-git": "0.3.1",
"hexo-generator-alias": "git+https://github.com/chrisvfritz/vuejs.org-hexo-generator-alias.git",
"hexo-generator-archive": "^0.1.5",
"hexo-generator-category": "^0.1.3",
"hexo-generator-feed": "^1.2.2",
"hexo-generator-index": "^0.2.1",
"hexo-generator-tag": "^0.2.0",
"hexo-offline": "^0.2.2",
"hexo-offline": "^0.2.3",
"hexo-renderer-ejs": "^0.3.1",
"hexo-renderer-marked": "^0.3.0",
"hexo-renderer-stylus": "^0.3.3",
"hexo-server": "^0.2.2",
"request": "^2.83.0"
"hexo-server": "^0.3.1",
"request": "^2.85.0"
}
}
Loading

0 comments on commit 09bd925

Please sign in to comment.