Skip to content

Commit af6c4e4

Browse files
authored
v1.0.1
1 parent c91b570 commit af6c4e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "videocom-zoom-bridge",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"api_version": "1.0.0",
55
"main": "dist/index.js",
66
"repository": "https://github.com/bitfocus/companion-module-videocom-zoom-bridge.git",
77
"author": "JeffreyDavidsz <jeffrey.davidsz@vicreo.eu>",
88
"license": "MIT",
99
"scripts": {
1010
"dev": "yarn build:watch",
11-
"build": "npx rimraf dist && npx typescript@~4.5.5 -p tsconfig.build.json",
11+
"build": "npx rimraf dist && npx --package=typescript@~4.5.5 -c 'tsc -p tsconfig.build.json'",
1212
"build:main": "tsc -p tsconfig.build.json",
1313
"build:watch": "tsc -p tsconfig.build.json --watch",
1414
"lint": "eslint . --ext .ts",

0 commit comments

Comments
 (0)