Skip to content

Commit

Permalink
Bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhou842 committed Jul 31, 2019
1 parent 93cb944 commit ae6e657
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

10 changes: 8 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-optimize-svgs",
"version": "1.0.2",
"version": "1.0.3",
"description": "A Gatsby Plugin to minify SVGs output to the filesystem during the build.",
"main": "index.js",
"scripts": {
Expand All @@ -9,7 +9,13 @@
"repository": "https://github.com/vzhou842/gatsby-plugin-optimize-svgs",
"author": "Victor Zhou <vzhou842@gmail.com>",
"license": "MIT",
"keywords": ["gatsby", "gatsby-plugin", "svg", "minify", "optimize"],
"keywords": [
"gatsby",
"gatsby-plugin",
"svg",
"minify",
"optimize"
],
"dependencies": {
"svgo": "^1.3.0",
"walk": "^2.3.14"
Expand Down

0 comments on commit ae6e657

Please sign in to comment.