Skip to content

Commit 772dde5

Browse files
authored
chore: Put code in a src folder (#11)
1 parent 2e7cfea commit 772dde5

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

companion/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"type": "node22",
1818
"api": "nodejs-ipc",
1919
"apiVersion": "0.0.0",
20-
"entrypoint": "../main.js"
20+
"entrypoint": "../src/main.js"
2121
},
2222
"legacyIds": [],
2323
"manufacturer": "Your company",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "your-module-name",
33
"version": "0.1.0",
4-
"main": "main.js",
4+
"main": "src/main.js",
55
"scripts": {
66
"format": "prettier -w .",
77
"package": "companion-module-build"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)