Skip to content

Commit 2aaa7de

Browse files
committed
patch
1 parent 82cd1c5 commit 2aaa7de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
},
2929
"scripts": {
3030
"authors": "bash tools/authors.sh",
31-
"patch": "versions patch -p -C *.styl && git psh",
32-
"minor": "versions minor -p -C *.styl && git psh",
33-
"major": "versions major -p -C *.styl && git psh",
31+
"patch": "versions -p patch -C *.styl && git psh",
32+
"minor": "versions -p minor -C *.styl && git psh",
33+
"major": "versions -p major -C *.styl && git psh",
3434
"fix": "eclint fix stylus-wardrobe.user.styl && eclint fix *.md",
3535
"update": "updates -cuU && npm install"
3636
}

stylus-wardrobe.user.styl

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@namespace github.com/style-it-themes/stylus-wardrobe
44
@homepageURL https://github.com/style-it-themes/stylus-wardrobe
55
@supportURL https://github.com/style-it-themes/stylus-wardrobe/issues/choose
6-
@version 3.1.2
6+
@version 3.1.4
77
@updateURL https://github.com/style-it-themes/stylus-wardrobe/raw/main/stylus-wardrobe.user.styl
88
@description Edit in style; a customizable theme with unique options for Stylus by Openstyles.
99
@author Style-it Themes: the-j0k3r and contributors

0 commit comments

Comments
 (0)