Skip to content

Commit

Permalink
Upgrade to elm-html 0.3 and update elm_dependencies.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Feldman committed Oct 19, 2014
1 parent 5fb1e26 commit fca197c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions elm_dependencies.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "0.1",
"summary": "TodoMVC created with Elm and elm-html",
"description": "Use elm-html so that we can reuse the typical TodoMVC CSS and structure.",
"license": "BSD3",
"exposed-modules": [],
"elm-version": "0.13",
"dependencies": {
"evancz/elm-html": "0.2"
},
"repository": "https://github.com/evancz/elm-todomvc.git"
"version": "0.0.1",
"summary": "Streamlined writing app created with Elm and elm-html",
"description": "Completely functional offline!",
"license": "Apache2",
"exposed-modules": [],
"elm-version": "0.13",
"dependencies": {
"evancz/elm-html": "0.3"
},
"repository": "https://github.com/rtfeldman/dreamwriter.git"
}

0 comments on commit fca197c

Please sign in to comment.