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

Commit

Permalink
and update readme to reflect that
Browse files Browse the repository at this point in the history
  • Loading branch information
noah committed Nov 1, 2016
1 parent b16ca56 commit ffe04dc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ It will:
- run elm-package install and elm-make to make sure it worked
- replace packages if they have been renamed (evancz/elm-html to elm-lang/html for example)

## update_018_elm_package

Automate upgrading to 0.18! Automate your elm-package and your file upgrades.

It will:

- tell you if any of your deps haven't been updated for 0.18 yet
- update syntax using elm-format
- update the packages to the 0.18 version
- run elm-package install and elm-make to make sure it worked
- replace packages if they have been renamed (evancz/elm-http to elm-lang/http for example)

```
python update_elm_package.py ../upgrades/elm-lazy-list
Expand Down

0 comments on commit ffe04dc

Please sign in to comment.