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 c7a66c1 commit 6e828abCopy full SHA for 6e828ab
package.json
@@ -2,7 +2,6 @@
2
"name": "babel-plugin-inline-svg",
3
"version": "1.1.0",
4
"description": "Babel plugin to optimize and inline SVG",
5
- "main": "index.js",
6
"repository": {
7
"url": "[email protected]:iest/babel-plugin-inline-svg.git",
8
"type": "git"
@@ -15,10 +14,9 @@
15
14
}
16
],
17
"license": "MIT",
+ "main": "lib/index.js",
18
"files": [
19
- "index.js",
20
- "babel-plugin-inline-svg.js",
21
- "optimize.js"
+ "lib"
22
23
"scripts": {
24
"lint": "eslint . --ext .js --cache",
0 commit comments