From 378a9275478e8bf551843b63cef74a8cd3428be4 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 22 Apr 2024 08:36:02 +0300 Subject: [PATCH] package.json: add keywords and reorder properties --- package.json | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 859df5a..7db1c7d 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,14 @@ "url": "https://github.com/sponsors/XhmikosR" } ], + "keywords": [ + "binary", + "executable", + "hugo", + "sass", + "scss", + "wrapper" + ], "license": "MIT", "type": "module", "exports": { @@ -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" @@ -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": {