summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Omar <me@johnomar.com>2016-11-18 22:49:15 +0100
committerJohn Omar <me@johnomar.com>2016-11-18 22:49:15 +0100
commit120ce8fc0ff39c566001b9d910e1320a40bc87b7 (patch)
tree72fd38cada24fb7ad971bb9767e4debad4c560bf
parent9ba10a491b5983d31585d330a17ee3819c5ab467 (diff)
updated to elm 0.18
-rw-r--r--README.md2
-rw-r--r--elm-package.json6
2 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 59d0e89..1293b8b 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+*Updated to Elm 0.18*
+
[Elm](http://elm-lang.org/) is a really cool functional programming language used for front end development. Use it to build
cross platform desktop apps with [Electron](http://electron.atom.io/) and [Webpack](https://webpack.github.io/).
diff --git a/elm-package.json b/elm-package.json
index ee63620..056fe1f 100644
--- a/elm-package.json
+++ b/elm-package.json
@@ -8,8 +8,8 @@
],
"exposed-modules": [],
"dependencies": {
- "elm-lang/core": "4.0.5 <= v < 5.0.0",
- "elm-lang/html": "1.1.0 <= v < 2.0.0"
+ "elm-lang/core": "5.0.0 <= v < 6.0.0",
+ "elm-lang/html": "2.0.0 <= v < 3.0.0"
},
- "elm-version": "0.17.1 <= v < 0.18.0"
+ "elm-version": "0.18.0 <= v < 0.19.0"
}