Skip to content

Commit

Permalink
Use elm-community/elm-history instead of vendoring it.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrempel committed Dec 6, 2015
1 parent 8b51be1 commit 2b37e3e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 223 deletions.
5 changes: 2 additions & 3 deletions elm-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
"repository": "https://github.com/rgrempel/elm-route-hash.git",
"license": "BSD3",
"source-directories": [
"src",
"vendor/elm-history/src"
"src"
],
"exposed-modules": [
"RouteHash"
],
"native-modules": true,
"dependencies": {
"Apanatshka/elm-signal-extra": "5.7.0 <= v < 6.0.0",
"elm-community/elm-history": "1.0.1 <= v < 2.0.0",
"elm-lang/core": "3.0.0 <= v < 4.0.0",
"evancz/elm-http": "3.0.0 <= v < 4.0.0"
},
Expand Down
7 changes: 3 additions & 4 deletions examples/elm-architecture-tutorial/elm-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
"license": "BSD3",
"source-directories": [
".",
"../../src",
"../../vendor/elm-history/src"
"../../src"
],
"exposed-modules": [],
"native-modules": true,
"dependencies": {
"Apanatshka/elm-signal-extra": "5.7.0 <= v < 6.0.0",
"Dandandan/Easing": "2.0.1 <= v < 3.0.0",
"circuithub/elm-result-extra": "1.3.1 <= v < 2.0.0",
"elm-community/elm-history": "1.0.1 <= v < 2.0.0",
"elm-lang/core": "3.0.0 <= v < 4.0.0",
"evancz/elm-effects": "2.0.1 <= v < 3.0.0",
"evancz/elm-html": "4.0.2 <= v < 5.0.0",
Expand All @@ -22,4 +21,4 @@
"evancz/start-app": "2.0.2 <= v < 3.0.0"
},
"elm-version": "0.16.0 <= v < 0.17.0"
}
}
107 changes: 0 additions & 107 deletions vendor/elm-history/src/History.elm

This file was deleted.

109 changes: 0 additions & 109 deletions vendor/elm-history/src/Native/History.js

This file was deleted.

0 comments on commit 2b37e3e

Please sign in to comment.