Show upgrade as default action when newer version exists

This commit is contained in:
Kevin Sawicki
2013-05-21 09:18:45 -07:00
parent be020fad39
commit 213524e893
4 changed files with 19 additions and 5 deletions

View File

@@ -18,6 +18,8 @@ class AtomPackage extends Package
resolvedMainModulePath: false
mainModule: null
getVersion: -> @metadata?.version ? '0.0.0'
load: ->
try
@loadMetadata()