Skip to content

Commit bdd3987

Browse files
yoshinorinstevenjoezhang
andauthoredMay 12, 2023
release: v4.3.1 (#429)
* release: v4.3.1 * Update hexo --------- Co-authored-by: Mimi <stevenjoezhang@gmail.com>
1 parent f169eae commit bdd3987

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎bin/hexo

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
'use strict';
44

5-
require('../lib/hexo')();
5+
require('../dist/hexo')();

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hexo-cli",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"description": "Command line interface for Hexo",
55
"main": "dist/hexo",
66
"bin": {

0 commit comments

Comments
 (0)
Please sign in to comment.