Skip to content

Commit 6e828ab

Browse files
committed
Fix package main and files
1 parent c7a66c1 commit 6e828ab

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "babel-plugin-inline-svg",
33
"version": "1.1.0",
44
"description": "Babel plugin to optimize and inline SVG",
5-
"main": "index.js",
65
"repository": {
76
"url": "[email protected]:iest/babel-plugin-inline-svg.git",
87
"type": "git"
@@ -15,10 +14,9 @@
1514
}
1615
],
1716
"license": "MIT",
17+
"main": "lib/index.js",
1818
"files": [
19-
"index.js",
20-
"babel-plugin-inline-svg.js",
21-
"optimize.js"
19+
"lib"
2220
],
2321
"scripts": {
2422
"lint": "eslint . --ext .js --cache",

0 commit comments

Comments
 (0)