Skip to content

Commit 62e8285

Browse files
committed
chore: add npm keywords [skip ci]
1 parent 2c95fd4 commit 62e8285

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

package.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,28 @@
5353
"includeNodeModules": true
5454
}
5555
},
56-
"prettier": "prettier-config-atomic"
56+
"prettier": "prettier-config-atomic",
57+
"keywords": [
58+
"json",
59+
"minify",
60+
"jsonminify",
61+
"jsonmin",
62+
"fast",
63+
"minijson",
64+
"mini",
65+
"min",
66+
"minifier",
67+
"js",
68+
"build",
69+
"build-tool",
70+
"minijs",
71+
"zip",
72+
"small",
73+
"tiny",
74+
"blazing",
75+
"d",
76+
"c",
77+
"rust",
78+
"bandwith"
79+
]
5780
}

src/node/lib.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { join } from "path"
44
/**
55
* Minify all the given JSON files in place. It minifies the files in parallel.
66
*
7-
* @param files an array of paths to the files
7+
* @param files An array of paths to the files
88
* @returns {Promise<void>} Returns a void promise that resolves when all the files are minified
99
* @throws {Promise<string | Error>} The promise is rejected with the reason for failure
1010
*/
@@ -44,7 +44,7 @@ const minijsonBin = join(__dirname, `${process.platform}-${process.arch}`, binNa
4444
/**
4545
* Spawn minijson with the given arguments
4646
*
47-
* @param args an array of arguments
47+
* @param args An array of arguments
4848
* @returns {Promise<string>} Returns a promise that resolves to stdout output string when the operation finishes
4949
* @throws {Promise<string | Error>} The promise is rejected with the reason for failure
5050
*/

0 commit comments

Comments
 (0)