Skip to content

Commit

Permalink
update main in package.json (#291)
Browse files Browse the repository at this point in the history
* update main in package.json

* remove directories in package.json
  • Loading branch information
stevenjoezhang committed Nov 16, 2022
1 parent 5c4ecd1 commit e7b3ad7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hexo-util",
"version": "3.0.0",
"description": "Utilities for Hexo.",
"main": "lib/index",
"main": "dist/index",
"scripts": {
"prepublishOnly": "npm install && npm run clean && npm run build",
"build": "tsc -b",
Expand All @@ -15,10 +15,6 @@
"build:highlight": "node scripts/build_highlight_alias.js",
"prepare": "npm run build:highlight"
},
"directories": {
"lib": "./lib",
"scripts": "./scripts"
},
"files": [
"dist/**",
"scripts/",
Expand Down

0 comments on commit e7b3ad7

Please sign in to comment.