Skip to content

Commit f9204e1

Browse files
authored
chore: update package.json description and add keywords (#30)
- update description - add keywords - declare engines to node-lts
1 parent 77fdbcc commit f9204e1

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

package.json

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
{
22
"name": "create-hexo",
33
"version": "0.4.0",
4-
"description": "Hexo site initializer",
4+
"description": "Hexo site initializer. (`npm create hexo`) ",
55
"keywords": [
66
"hexo",
7-
"initializer"
7+
"initializer",
8+
"npm",
9+
"pnpm",
10+
"yarn",
11+
"script",
12+
"cli",
13+
"create",
14+
"init",
15+
"typescript"
816
],
917
"homepage": "https://github.com/hexojs/create-hexo",
1018
"bugs": {
@@ -65,6 +73,6 @@
6573
"typescript": "^5.7.3"
6674
},
6775
"engines": {
68-
"node": ">=20"
76+
"node-lts": ">=20"
6977
}
7078
}

0 commit comments

Comments
 (0)