Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
maxsnew
Browse files Browse the repository at this point in the history
  • Loading branch information
eeue56 committed May 4, 2016
1 parent 71031aa commit a53662a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion update_elm_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
, 'evancz/virtual-dom': 'elm-lang/virtual-dom'
, 'evancz/elm-effects' : ''
, 'evancz/start-app' : ''
, 'maxsnew/lazy' : 'elm-lang/lazy'
}


Expand Down Expand Up @@ -45,7 +46,9 @@ def update_elm_package(root_folder, dry=False):
else:
notes.append('Package {name} renamed to {new_name}'.format(name=package, new_name=new_name))
package = new_name
version = '1.0.0'
version = '1.0.0 <= v <= 1.0.0'
upgradable_packages[package] = version

continue

if package not in upgraded_packages:
Expand Down Expand Up @@ -94,6 +97,7 @@ def update_elm_package(root_folder, dry=False):




def main():

parser = argparse.ArgumentParser(description='Automatically upgrade your package to 0.17')
Expand Down

0 comments on commit a53662a

Please sign in to comment.