Skip to content

Commit

Permalink
Re-added Dom after verification
Browse files Browse the repository at this point in the history
  • Loading branch information
hakonrossebo committed Dec 28, 2016
1 parent f96e9d4 commit b432c6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Tests.elm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import Demo.Buttons
import Demo.Menus
import Demo.Tables
import Demo.Grid
--import Demo.Textfields
import Demo.Textfields
import Demo.Snackbar
import Demo.Badges
import Demo.Elevation
Expand Down
1 change: 1 addition & 0 deletions tests/elm-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"exposed-modules": [],
"dependencies": {
"debois/elm-dom": "1.2.3 <= v < 2.0.0",
"elm-lang/dom": "1.1.1 <= v < 2.0.0",
"elm-lang/core": "5.0.0 <= v < 6.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0",
"elm-lang/mouse": "1.0.1 <= v < 2.0.0",
Expand Down

0 comments on commit b432c6e

Please sign in to comment.