Upgrade hexo to 3.8.0

This commit is contained in:
curben 2018-10-26 13:07:23 +10:30
parent 07afb16715
commit 69ae2be8e0
3 changed files with 3 additions and 5644 deletions

1
.gitignore vendored
View File

@ -3,5 +3,6 @@ Thumbs.db
db.json db.json
*.log *.log
node_modules/ node_modules/
package-lock.json
public/ public/
.deploy*/ .deploy*/

5642
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"private": true, "private": true,
"hexo": { "hexo": {
"version": "3.7.1" "version": "3.8.0"
}, },
"dependencies": { "dependencies": {
"hexo": "latest", "hexo": "latest",
@ -19,4 +19,4 @@
"hexo-yam": "latest", "hexo-yam": "latest",
"snyk": "latest" "snyk": "latest"
} }
} }