Skip to content

Commit

Permalink
Ensure morphdom is a dependency for live view (#1507)
Browse files Browse the repository at this point in the history
Fixes #1505
  • Loading branch information
bcardarella committed Jun 23, 2021
1 parent 5255116 commit 2a1886b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"type": "git",
"url": "git://github.com/phoenixframework/phoenix_live_view.git"
},
"dependencies": {
"morphdom": "2.6.1"
},
"files": [
"README.md",
"LICENSE.md",
Expand Down

0 comments on commit 2a1886b

Please sign in to comment.