Skip to content

Commit

Permalink
Adding routing and pages
Browse files Browse the repository at this point in the history
  • Loading branch information
opsb committed Feb 19, 2018
1 parent 2c311e9 commit 3a6a26b
Show file tree
Hide file tree
Showing 4 changed files with 545 additions and 350 deletions.
10 changes: 7 additions & 3 deletions assets/elm-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"source-directories": [
"src"
],
"elm-version": "0.18.0 <= v < 0.19.0",
"exposed-modules": [],
"dependencies": {
"NoRedInk/elm-decode-pipeline": "3.0.0 <= v < 4.0.0",
Expand All @@ -14,7 +15,10 @@
"elm-lang/html": "2.0.0 <= v < 3.0.0",
"elm-lang/mouse": "1.0.1 <= v < 2.0.0",
"elm-lang/svg": "2.0.0 <= v < 3.0.0",
"lynn/elm-arithmetic": "2.0.3 <= v < 3.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
"lynn/elm-arithmetic": "2.0.3 <= v < 3.0.0",
"elm-lang/navigation": "2.1.0 <= v < 3.0.0",
"danyx23/elm-uuid": "2.1.1 <= v < 3.0.0",
"evancz/url-parser": "2.0.1 <= v < 3.0.0",
"mgold/elm-random-pcg": "5.0.0 <= v < 6.0.0"
}
}

0 comments on commit 3a6a26b

Please sign in to comment.