Skip to content

Commit

Permalink
AU: 1 updated - markdownlint-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
BBT Software AG committed Nov 15, 2018
1 parent 0fdc637 commit c019836
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions automatic/markdownlint-cli/markdownlint-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>markdownlint-cli</id>
<title>MarkdownLint Command Line Interface</title>
<version>0.8.1.20181011</version>
<version>0.13.0</version>
<authors>Igor Shubovych</authors>
<owners>BBT Software AG</owners>
<projectUrl>https://github.com/igorshubovych/markdownlint-cli</projectUrl>
Expand All @@ -15,7 +15,13 @@
<bugTrackerUrl>https://github.com/igorshubovych/markdownlint-cli/issues</bugTrackerUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>MarkdownLint command line interface</summary>
<description></description>
<description><![CDATA[A command line interface for MarkdownLint.
## Notes
This package requires Node.js 0.12 or newer.
You can install either the [nodejs](https://chocolatey.org/packages/nodejs) or [nodejs-lts](https://chocolatey.org/packages/nodejs-lts) package.
]]></description>
<releaseNotes>See https://github.com/igorshubovych/markdownlint-cli/releases</releaseNotes>
<tags>nodejs node markdown linting markdownlint</tags>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion automatic/markdownlint-cli/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Update-SessionEnvironment

$version = '0.8.1'
$version = '0.13.0'

npm install -g markdownlint-cli@$version

0 comments on commit c019836

Please sign in to comment.