Skip to content

Commit

Permalink
Upgrade to elm 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriochaves committed Nov 28, 2019
1 parent 2e5a224 commit b140959
Show file tree
Hide file tree
Showing 12 changed files with 3,237 additions and 2,954 deletions.
21 changes: 0 additions & 21 deletions extension/elm-package.json

This file was deleted.

33 changes: 33 additions & 0 deletions extension/elm.json
@@ -0,0 +1,33 @@
{
"type": "application",
"source-directories": [
"src"
],
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"NoRedInk/elm-json-decode-pipeline": "1.0.0",
"elm/browser": "1.0.2",
"elm/core": "1.0.2",
"elm/html": "1.0.0",
"elm/http": "2.0.0",
"elm/json": "1.1.3",
"elm/url": "1.0.0",
"elm-community/list-extra": "8.2.2",
"krisajenkins/remotedata": "6.0.1",
"mdgriffith/style-elements": "5.0.1"
},
"indirect": {
"Skinney/murmur3": "2.0.8",
"elm/bytes": "1.0.8",
"elm/file": "1.0.5",
"elm/regex": "1.0.0",
"elm/time": "1.0.0",
"elm/virtual-dom": "1.0.2"
}
},
"test-dependencies": {
"direct": {},
"indirect": {}
}
}

0 comments on commit b140959

Please sign in to comment.