feat(ST2.WebPackages): release 0.3.0
- use pre-release version of package control - use SublimeText2 as a dep, as we run PS code to install pkg control
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<metadata>
|
||||
<id>EthanBrown.SublimeText2.WebPackages</id>
|
||||
<title>Sublime Text 2 - Web Development Packages</title>
|
||||
<version>0.2.4</version>
|
||||
<version>0.3.0</version>
|
||||
<authors>Various</authors>
|
||||
<owners>Ethan Brown</owners>
|
||||
<summary>A number of packages helpful for auto-completion, snippets and syntax recognition of common web frameowrks and tools to increase editor productivity.</summary>
|
||||
@@ -105,7 +105,7 @@
|
||||
<releaseNotes>* Use a local package cache to prevent first-time package restore / load errors</releaseNotes>
|
||||
<dependencies>
|
||||
<dependency id="PowerShell" version="3.0"/>
|
||||
<dependency id="SublimeText2.app" />
|
||||
<dependency id="SublimeText2" />
|
||||
<dependency id="nodejs.install"/>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
|
@@ -65,7 +65,7 @@ try {
|
||||
|
||||
$packageCache = Join-Path (Get-CurrentDirectory) 'PackageCache'
|
||||
Install-SublimePackagesFromCache -Directory $packageCache
|
||||
Install-SublimePackageControl
|
||||
Install-SublimePackageControl -PreRelease
|
||||
$packageControl = (Join-Path $current 'Package Control.sublime-settings')
|
||||
Merge-PackageControlSettings -FilePath $packageControl
|
||||
|
||||
|
Reference in New Issue
Block a user