Skip to content

Commit 2b37e3e

Browse files
committed
Use elm-community/elm-history instead of vendoring it.
1 parent 8b51be1 commit 2b37e3e

File tree

4 files changed

+5
-223
lines changed

4 files changed

+5
-223
lines changed

elm-package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44
"repository": "https://github.com/rgrempel/elm-route-hash.git",
55
"license": "BSD3",
66
"source-directories": [
7-
"src",
8-
"vendor/elm-history/src"
7+
"src"
98
],
109
"exposed-modules": [
1110
"RouteHash"
1211
],
13-
"native-modules": true,
1412
"dependencies": {
1513
"Apanatshka/elm-signal-extra": "5.7.0 <= v < 6.0.0",
14+
"elm-community/elm-history": "1.0.1 <= v < 2.0.0",
1615
"elm-lang/core": "3.0.0 <= v < 4.0.0",
1716
"evancz/elm-http": "3.0.0 <= v < 4.0.0"
1817
},

examples/elm-architecture-tutorial/elm-package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55
"license": "BSD3",
66
"source-directories": [
77
".",
8-
"../../src",
9-
"../../vendor/elm-history/src"
8+
"../../src"
109
],
1110
"exposed-modules": [],
12-
"native-modules": true,
1311
"dependencies": {
1412
"Apanatshka/elm-signal-extra": "5.7.0 <= v < 6.0.0",
1513
"Dandandan/Easing": "2.0.1 <= v < 3.0.0",
1614
"circuithub/elm-result-extra": "1.3.1 <= v < 2.0.0",
15+
"elm-community/elm-history": "1.0.1 <= v < 2.0.0",
1716
"elm-lang/core": "3.0.0 <= v < 4.0.0",
1817
"evancz/elm-effects": "2.0.1 <= v < 3.0.0",
1918
"evancz/elm-html": "4.0.2 <= v < 5.0.0",
@@ -22,4 +21,4 @@
2221
"evancz/start-app": "2.0.2 <= v < 3.0.0"
2322
},
2423
"elm-version": "0.16.0 <= v < 0.17.0"
25-
}
24+
}

vendor/elm-history/src/History.elm

-107
This file was deleted.

vendor/elm-history/src/Native/History.js

-109
This file was deleted.

0 commit comments

Comments
 (0)