mirror of https://gitlab.com/curben/blog
Upgrade hexo to 3.8.0
This commit is contained in:
parent
07afb16715
commit
69ae2be8e0
|
@ -3,5 +3,6 @@ Thumbs.db
|
||||||
db.json
|
db.json
|
||||||
*.log
|
*.log
|
||||||
node_modules/
|
node_modules/
|
||||||
|
package-lock.json
|
||||||
public/
|
public/
|
||||||
.deploy*/
|
.deploy*/
|
File diff suppressed because it is too large
Load Diff
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue