Skip to content

Commit 7c50071

Browse files
committed
chore: update package.json
1 parent 7981fdb commit 7c50071

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
{
22
"name": "posthtml-postcss",
33
"version": "0.5.0",
4-
"description": "Use PostCSS in PostHTML",
4+
"description": "Use PostCSS with PostHTML",
55
"license": "MIT",
66
"repository": "posthtml/posthtml-postcss",
77
"author": "Ivan Voischev <voischev.ivan@ya.ru>",
8+
"bugs": "https://github.com/posthtml/posthtml-postcss/issues",
9+
"homepage": "https://github.com/posthtml/posthtml-postcss",
810
"main": "lib/index.js",
911
"engines": {
1012
"node": ">=16"
1113
},
1214
"scripts": {
1315
"dev": "vitest",
14-
"version": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
15-
"test": "vitest run --coverage",
16-
"lint": "eslint lib/*.{js,ts}",
16+
"release": "np",
1717
"pretest": "npm run lint",
18-
"release": "np"
18+
"lint": "eslint lib/*.{js,ts}",
19+
"test": "vitest run --coverage",
20+
"version": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
1921
},
2022
"files": [
2123
"lib"

0 commit comments

Comments
 (0)