1 parent 07f8c4e commit 2ba0c67Copy full SHA for 2ba0c67
1 file changed
package.json
@@ -22,9 +22,9 @@
22
"clean": "npm run perfectionist && node tools/fix-perfectionist.js",
23
"eslint": "eslint --quiet --color tools/*.js",
24
"lint": "npm run eslint && npm run stylelint",
25
- "major": "ver patch *.user.css",
+ "patch": "ver patch *.user.css",
26
"minor": "ver minor *.user.css",
27
- "patch": "ver major *.user.css",
+ "major": "ver major *.user.css",
28
"perfectionist": "perfectionist github-code-wrap.user.css github-code-wrap.user.css --indentSize 2 --maxAtRuleLength 250",
29
"stylelint": "stylelint --silent --color -- github-code-wrap.user.css",
30
"test": "npm run eslint && npm run stylelint",
0 commit comments