Skip to content

Commit

Permalink
v1.0.2 removed md-image
Browse files Browse the repository at this point in the history
  • Loading branch information
greybax committed Jul 8, 2016
1 parent abeab57 commit 473b8c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ Markdown string.
* [md-content][md-content] - get content from markdown article
* [md-date][md-date] - get date from markdown article
* [md-desc][md-desc] - get description from markdown article
* [md-image][md-image] - get image from markdown article

## License

Expand All @@ -68,5 +67,4 @@ MIT © [Aleksandr Filatov](https://alfilatov.com)
[md-article]: https://github.com/greybax/md-article
[md-content]: https://github.com/greybax/md-content
[md-date]: https://github.com/greybax/md-date
[md-desc]: https://github.com/greybax/md-desc
[md-image]: https://github.com/greybax/md-image
[md-desc]: https://github.com/greybax/md-desc
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "md-title",
"version": "1.0.1",
"version": "1.0.2",
"description": "get title from markdown article",
"main": "index.es5.js",
"scripts": {
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"remark": "^5.0.1",
"remark-html": "^4.0.0",
"remark-html": "^5.0.0",
"striptags": "^2.1.1"
}
}

0 comments on commit 473b8c1

Please sign in to comment.