Skip to content

Commit e7b3ad7

Browse files
update main in package.json (#291)
* update main in package.json * remove directories in package.json
1 parent 5c4ecd1 commit e7b3ad7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "hexo-util",
33
"version": "3.0.0",
44
"description": "Utilities for Hexo.",
5-
"main": "lib/index",
5+
"main": "dist/index",
66
"scripts": {
77
"prepublishOnly": "npm install && npm run clean && npm run build",
88
"build": "tsc -b",
@@ -15,10 +15,6 @@
1515
"build:highlight": "node scripts/build_highlight_alias.js",
1616
"prepare": "npm run build:highlight"
1717
},
18-
"directories": {
19-
"lib": "./lib",
20-
"scripts": "./scripts"
21-
},
2218
"files": [
2319
"dist/**",
2420
"scripts/",

0 commit comments

Comments
 (0)