We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517ab5d commit 3bc9e40Copy full SHA for 3bc9e40
move_config.js
@@ -2,7 +2,7 @@ const fs = require('fs')
2
3
if (fs.existsSync('../hexo/package.json')){
4
const version = JSON.parse(fs.readFileSync('../hexo/package.json')).version
5
- if (version.split('.')[0].imcludes('5')) {
+ if (version.split('.')[0].includes('5')) {
6
const oldConfigPath = '../../source/_data/webstack.yml'
7
const configPath = '../../_config.webstack.yml'
8
if (!fs.existsSync(configPath) && !fs.existsSync(oldConfigPath)) {
package.json
@@ -1,6 +1,6 @@
1
{
"name": "hexo-theme-webstack",
- "version": "2.0.7",
+ "version": "2.0.8",
"description": "A hexo theme based on webstack.",
"keywords": [
"hexo",
0 commit comments