Skip to content

Commit 2ba0c67

Browse files
committed
fix version tasks
1 parent 07f8c4e commit 2ba0c67

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"clean": "npm run perfectionist && node tools/fix-perfectionist.js",
2323
"eslint": "eslint --quiet --color tools/*.js",
2424
"lint": "npm run eslint && npm run stylelint",
25-
"major": "ver patch *.user.css",
25+
"patch": "ver patch *.user.css",
2626
"minor": "ver minor *.user.css",
27-
"patch": "ver major *.user.css",
27+
"major": "ver major *.user.css",
2828
"perfectionist": "perfectionist github-code-wrap.user.css github-code-wrap.user.css --indentSize 2 --maxAtRuleLength 250",
2929
"stylelint": "stylelint --silent --color -- github-code-wrap.user.css",
3030
"test": "npm run eslint && npm run stylelint",

0 commit comments

Comments
 (0)