Skip to content

Commit 68b64ad

Browse files
Update Main Entry to fix Deployment Error
Looks like they changed this from what was working before, have to be more specific with path.
1 parent 1e76ed5 commit 68b64ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"categories": [
99
"Other"
1010
],
11-
"main": "extension",
11+
"main": "extension/index.js",
1212
"icon": "extension/resources/icon.png",
1313
"galleryBanner": {
1414
"color": "#191919",

0 commit comments

Comments
 (0)