Skip to content

Commit

Permalink
release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Jul 4, 2019
1 parent 6871c63 commit 9c97e1b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-inline-svg",
"version": "1.0.0",
"version": "1.0.1",
"description": "A rehype plugin that inlines and optimizes SVG images",
"keywords": [
"unified",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@types/chai": "^4.1.7",
"@types/command-line-args": "^5.0.0",
"@types/mocha": "^5.2.7",
"@types/node": "^12.0.10",
"@types/node": "^12.0.12",
"@types/svgo": "^1.2.0",
"@types/unist": "^2.0.3",
"@types/vfile": "^3.0.2",
Expand All @@ -71,8 +71,8 @@
"vfile": "^4.0.1"
},
"dependencies": {
"rehype-parse": "^6.0.0",
"rehype-parse": "^6.0.1",
"svgo": "^1.2.2",
"unified": "^8.0.0"
"unified": "^8.0.1"
}
}

0 comments on commit 9c97e1b

Please sign in to comment.