Skip to content

Commit aee4c6c

Browse files
committed
chore: add keywords, homepage, bugs to package.json
1 parent 62b5b87 commit aee4c6c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,19 @@
3939
"bin": {
4040
"savepdf": "dist/cli.js"
4141
},
42+
"bugs": "https://github.com/vivliostyle/vivliostyle-savepdf/issues",
4243
"files": [
4344
"dist"
4445
],
46+
"homepage": "https://github.com/vivliostyle/vivliostyle-savepdf",
4547
"husky": {
4648
"hooks": {
4749
"pre-commit": "pretty-quick --staged",
4850
"pre-push": "yarn test"
4951
}
5052
},
53+
"keywords": [
54+
"vivliostyle"
55+
],
5156
"repository": "https://github.com/vivliostyle/vivliostyle-savepdf.git"
5257
}

0 commit comments

Comments
 (0)