diff --git a/EthanBrown.SublimeText2.EditorPackages/EthanBrown.SublimeText2.EditorPackages.nuspec b/EthanBrown.SublimeText2.EditorPackages/EthanBrown.SublimeText2.EditorPackages.nuspec index fe58871..0dcd313 100644 --- a/EthanBrown.SublimeText2.EditorPackages/EthanBrown.SublimeText2.EditorPackages.nuspec +++ b/EthanBrown.SublimeText2.EditorPackages/EthanBrown.SublimeText2.EditorPackages.nuspec @@ -3,7 +3,7 @@ EthanBrown.SublimeText2.EditorPackages Sublime Text 2 - Editor Enhancing Packages - 0.0.2 + 0.0.3 Various Ethan Brown A number of packages helpful for increased editor productivity. diff --git a/EthanBrown.SublimeText2.EditorPackages/tools/RelatedFiles.sublime-settings b/EthanBrown.SublimeText2.EditorPackages/tools/RelatedFiles.sublime-settings deleted file mode 100644 index 5ccf10f..0000000 --- a/EthanBrown.SublimeText2.EditorPackages/tools/RelatedFiles.sublime-settings +++ /dev/null @@ -1,3 +0,0 @@ -{ - -} diff --git a/EthanBrown.SublimeText2.EditorPackages/tools/chocolateyInstall.ps1 b/EthanBrown.SublimeText2.EditorPackages/tools/chocolateyInstall.ps1 index f7ba06a..2603c7f 100644 --- a/EthanBrown.SublimeText2.EditorPackages/tools/chocolateyInstall.ps1 +++ b/EthanBrown.SublimeText2.EditorPackages/tools/chocolateyInstall.ps1 @@ -16,8 +16,7 @@ try { #straight file copies 'BracketHighlighter.sublime-settings', - 'MarkdownPreview.sublime-settings', - 'RelatedFiles.sublime-settings' | + 'MarkdownPreview.sublime-settings' | % { $params = @{ Path = Join-Path $current $_;