We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91b570 commit af6c4e4Copy full SHA for af6c4e4
package.json
@@ -1,14 +1,14 @@
1
{
2
"name": "videocom-zoom-bridge",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"api_version": "1.0.0",
5
"main": "dist/index.js",
6
"repository": "https://github.com/bitfocus/companion-module-videocom-zoom-bridge.git",
7
"author": "JeffreyDavidsz <jeffrey.davidsz@vicreo.eu>",
8
"license": "MIT",
9
"scripts": {
10
"dev": "yarn build:watch",
11
- "build": "npx rimraf dist && npx typescript@~4.5.5 -p tsconfig.build.json",
+ "build": "npx rimraf dist && npx --package=typescript@~4.5.5 -c 'tsc -p tsconfig.build.json'",
12
"build:main": "tsc -p tsconfig.build.json",
13
"build:watch": "tsc -p tsconfig.build.json --watch",
14
"lint": "eslint . --ext .ts",
0 commit comments