File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments