Skip to content

Commit efa672e

Browse files
fix(package): point to the correct entry in main (pkg.main)
1 parent cd23ab2 commit efa672e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "posthtml-loader",
33
"description": "PostHTML for Webpack",
44
"version": "1.0.0",
5-
"main": "index.js",
5+
"main": "lib/index.js",
66
"engines": {
77
"node": ">= 4"
88
},

0 commit comments

Comments
 (0)