Skip to content

Commit

Permalink
Use local copies of libraries to avoid bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jskobos committed Mar 24, 2019
1 parent 8c8bd3c commit 796755a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ node_modules

# Desktop Services Store on macOS
.DS_Store

elm-keyboard-event/
proper-keyboard/
5 changes: 3 additions & 2 deletions elm.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"type": "application",
"source-directories": [
"src"
"src",
"elm-keyboard-event/src",
"proper-keyboard/src"
],
"elm-version": "0.19.0",
"dependencies": {
"direct": {
"Gizra/elm-keyboard-event": "1.0.1",
"elm/browser": "1.0.1",
"elm/core": "1.0.2",
"elm/html": "1.0.0",
Expand Down

0 comments on commit 796755a

Please sign in to comment.