Skip to content

Commit

Permalink
package.json: add keywords and reorder properties (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 22, 2024
1 parent 59e5314 commit efcf03a
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
"url": "https://github.com/sponsors/XhmikosR"
}
],
"keywords": [
"binary",
"executable",
"hugo",
"sass",
"scss",
"wrapper"
],
"license": "MIT",
"type": "module",
"exports": {
Expand All @@ -29,6 +37,14 @@
"bin": {
"hugo": "bin/cli.js"
},
"files": [
"bin/cli.js",
"lib/*.js",
"index.js"
],
"engines": {
"node": ">=16"
},
"dependencies": {
"@xhmikosr/bin-wrapper": "^12.0.0",
"pkg-conf": "^4.0.0"
Expand All @@ -47,14 +63,6 @@
"test:ci": "c8 npm run uvu",
"postinstall": "node lib/install.js"
},
"files": [
"bin/cli.js",
"lib/*.js",
"index.js"
],
"engines": {
"node": ">=16"
},
"xo": {
"space": true,
"rules": {
Expand Down

0 comments on commit efcf03a

Please sign in to comment.