-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to elm-html 0.3 and update elm_dependencies.json
- Loading branch information
Richard Feldman
committed
Oct 19, 2014
1 parent
5fb1e26
commit fca197c
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |