Skip to content

Commit 6f5b141

Browse files
chore: fix build
1 parent d786622 commit 6f5b141

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

companion/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"id": "companion-module-pulseaudio-server",
3-
"name": "companion-module-pulseaudio-server",
2+
"id": "pulseaudio-server",
3+
"name": "pulseaudio-server",
44
"shortname": "PulseAudio",
55
"description": "A module to control system audio",
66
"version": "0.9.0",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.9.0",
44
"main": "dist/index.js",
55
"scripts": {
6+
"build": "tsc",
67
"lint": "eslint --fix src/"
78
},
89
"license": "MIT",

0 commit comments

Comments
 (0)