Commit 2b37e3e 1 parent 8b51be1 commit 2b37e3e Copy full SHA for 2b37e3e
File tree 4 files changed +5
-223
lines changed
examples/elm-architecture-tutorial
4 files changed +5
-223
lines changed Original file line number Diff line number Diff line change 4
4
"repository" : " https://github.com/rgrempel/elm-route-hash.git" ,
5
5
"license" : " BSD3" ,
6
6
"source-directories" : [
7
- " src" ,
8
- " vendor/elm-history/src"
7
+ " src"
9
8
],
10
9
"exposed-modules" : [
11
10
" RouteHash"
12
11
],
13
- "native-modules" : true ,
14
12
"dependencies" : {
15
13
"Apanatshka/elm-signal-extra" : " 5.7.0 <= v < 6.0.0" ,
14
+ "elm-community/elm-history" : " 1.0.1 <= v < 2.0.0" ,
16
15
"elm-lang/core" : " 3.0.0 <= v < 4.0.0" ,
17
16
"evancz/elm-http" : " 3.0.0 <= v < 4.0.0"
18
17
},
Original file line number Diff line number Diff line change 5
5
"license" : " BSD3" ,
6
6
"source-directories" : [
7
7
" ." ,
8
- " ../../src" ,
9
- " ../../vendor/elm-history/src"
8
+ " ../../src"
10
9
],
11
10
"exposed-modules" : [],
12
- "native-modules" : true ,
13
11
"dependencies" : {
14
12
"Apanatshka/elm-signal-extra" : " 5.7.0 <= v < 6.0.0" ,
15
13
"Dandandan/Easing" : " 2.0.1 <= v < 3.0.0" ,
16
14
"circuithub/elm-result-extra" : " 1.3.1 <= v < 2.0.0" ,
15
+ "elm-community/elm-history" : " 1.0.1 <= v < 2.0.0" ,
17
16
"elm-lang/core" : " 3.0.0 <= v < 4.0.0" ,
18
17
"evancz/elm-effects" : " 2.0.1 <= v < 3.0.0" ,
19
18
"evancz/elm-html" : " 4.0.2 <= v < 5.0.0" ,
22
21
"evancz/start-app" : " 2.0.2 <= v < 3.0.0"
23
22
},
24
23
"elm-version" : " 0.16.0 <= v < 0.17.0"
25
- }
24
+ }
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments