Skip to content

Commit

Permalink
Use more recent version of svg plugin (#5788)
Browse files Browse the repository at this point in the history
The demo did not work. Updating to babel-plugin-inline-react-svg v1.0.1 did work.
  • Loading branch information
stahlmanDesign authored and timneutkens committed Dec 2, 2018
1 parent ae8a49f commit c43975a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/svg-components/package.json
Expand Up @@ -12,6 +12,6 @@
"react-dom": "latest"
},
"devDependencies": {
"babel-plugin-inline-react-svg": "^0.2.0"
"babel-plugin-inline-react-svg": "^1.0.1"
}
}

0 comments on commit c43975a

Please sign in to comment.