Skip to content

Commit 685600c

Browse files
committed
chore: update package.json
1 parent 7c50071 commit 685600c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"pretest": "npm run lint",
1818
"lint": "eslint lib/*.{js,ts}",
1919
"test": "vitest run --coverage",
20+
"postrelease": "npm run version",
2021
"version": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
2122
},
2223
"files": [
@@ -30,8 +31,6 @@
3031
"xml",
3132
"css",
3233
"processor",
33-
"htmlnext",
34-
"transforming",
3534
"transform",
3635
"manipulation",
3736
"preprocessor",

0 commit comments

Comments
 (0)