Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonkearns committed Mar 23, 2021
1 parent b26c53e commit d5e1d8a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"dependencies": {
"direct": {
"avh4/elm-color": "1.0.0",
"dillonkearns/elm-markdown": "5.1.0",
"dillonkearns/elm-markdown": "6.0.1",
"dillonkearns/elm-pages": "7.0.0",
"dillonkearns/elm-rss": "1.0.1",
"dillonkearns/elm-rss": "2.0.0",
"dillonkearns/elm-sitemap": "1.0.1",
"elm/core": "1.0.5",
"elm/html": "1.0.0",
"elm/json": "1.1.3",
"elm/svg": "1.0.1",
"elm/time": "1.0.0",
"elm/url": "1.0.0",
"elm-community/list-extra": "8.2.4",
"elm-community/list-extra": "8.3.0",
"justinmimbs/date": "3.2.1",
"mdgriffith/elm-ui": "1.1.8"
},
Expand Down
5 changes: 4 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/Feed.elm
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ metadataToRssItem page =
, author = article.author.name
, pubDate = Rss.Date article.published
, content = Nothing
}
, contentEncoded = Nothing
, enclosure = Nothing }


_ ->
Nothing

0 comments on commit d5e1d8a

Please sign in to comment.