Skip to content

Commit 5c5fc8f

Browse files
authoredNov 16, 2022
update main in package.json (#427)
* update main in package.json * remove directories in package.json
1 parent 12166d7 commit 5c5fc8f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
 

‎package.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "hexo-cli",
33
"version": "4.3.0",
44
"description": "Command line interface for Hexo",
5-
"main": "lib/hexo",
5+
"main": "dist/hexo",
66
"bin": {
77
"hexo": "./bin/hexo"
88
},
@@ -23,10 +23,6 @@
2323
"test-cov": "nyc --reporter=lcovonly npm test",
2424
"prepare": "git submodule init && git submodule update && git submodule foreach git pull origin master"
2525
},
26-
"directories": {
27-
"lib": "./lib",
28-
"bin": "./bin"
29-
},
3026
"repository": "hexojs/hexo-cli",
3127
"homepage": "https://hexo.io/",
3228
"keywords": [

0 commit comments

Comments
 (0)
Please sign in to comment.