We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5916c72 commit 73b9b07Copy full SHA for 73b9b07
package.json
@@ -1,12 +1,15 @@
1
{
2
"name": "svg-to-jsx-loader",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"description": "SVG to JSX loader module for webpack",
5
"author": "Vladimir Kutepov",
6
"license": "MIT",
7
"homepage": "https://github.com/frenzzy/svg-to-jsx-loader#readme",
8
"main": "index.js",
9
"repository": "frenzzy/svg-to-jsx-loader",
10
+ "files": [
11
+ "index.js"
12
+ ],
13
"keywords": [
14
"WebPack",
15
"Loader",
0 commit comments