Skip to content

Commit

Permalink
Merge pull request #18 from bitfocus/c3.3
Browse files Browse the repository at this point in the history
Lib update for v3.3
  • Loading branch information
istnv authored May 8, 2024
2 parents 494e4ee + b688996 commit 8675b7c
Show file tree
Hide file tree
Showing 3 changed files with 3,139 additions and 2,128 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/pkg
/pkg.tgz
node_modules/
yarn-error.log
yarn-error.log
DEBUG-INSPECT
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "bmd-smartview",
"version": "2.0.5",
"main": "src/index.js",
"version": "2.1.0", "main": "src/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand All @@ -13,10 +12,10 @@
},
"license": "MIT",
"dependencies": {
"@companion-module/base": "~1.4"
"@companion-module/base": "^1.8.0"
},
"devDependencies": {
"@companion-module/tools": "~1.2",
"@companion-module/tools": "^1.5.0",
"prettier": "^2.8.3"
},
"prettier": "@companion-module/tools/.prettierrc.json"
Expand Down
Loading

0 comments on commit 8675b7c

Please sign in to comment.