Commit f17ca82
authored
fix: fix electron main reference (ipfs-examples#494)
The main module is called `main.js` not `main.cjs`. This prevents `npm start` from working.1 parent 8989e4d commit f17ca82
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments