Skip to content

Commit

Permalink
1.0.7a -> 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Smock committed Mar 3, 2017
1 parent aa7643b commit 21c1cae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Stylelint_d(NodeLinter):
cmd = ('stylelint_d', '--stdin', '--formatter=json', '--file', '@')
npm_name = 'stylelint_d'
version_args = '--version'
version_re = r'(?P<version>\d+\.\d+\.[0-9]?[0-9a-z]+)'
version_re = r'(?P<version>\d+\.\d+\.\d+)'
version_requirement = '>= 1.0.8'
line_col_base = (1, 1)
error_stream = util.STREAM_BOTH
Expand Down
2 changes: 1 addition & 1 deletion messages.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"install": "messages/install.txt",
"1.0.7": "messages/1.0.7.txt",
"1.0.7a": "messagex/1.0.7a.txt"
"1.0.8": "messagex/1.0.8.txt"
}
File renamed without changes.

0 comments on commit 21c1cae

Please sign in to comment.