Skip to content

Commit 6f0bc54

Browse files
authored
fix: add main to package.json (#192)
1 parent 6ad797d commit 6f0bc54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,6 @@
112112
},
113113
"publishConfig": {
114114
"access": "public"
115-
}
115+
},
116+
"main": "lib/index.js"
116117
}

0 commit comments

Comments
 (0)