Skip to content

Commit

Permalink
chore: disable mbus package
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed May 16, 2023
1 parent 0f17f39 commit 224f63f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 22 deletions.
24 changes: 4 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"workspaces": [
"./packages/td-tools",
"./packages/core",
"./packages/binding-!(firestore-browser-bundle|firestore)",
"./packages/binding-!(firestore-browser-bundle|firestore|mbus)",
"./packages/cli",
"./packages/examples",
"./packages/browser-bundle"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{ "path": "./packages/binding-file" },
/*{ "path": "./packages/binding-firestore" }, Disabled see https://github.com/eclipse/thingweb.node-wot/issues/827*/
{ "path": "./packages/binding-http" },
{ "path": "./packages/binding-mbus" },
// { "path": "./packages/binding-mbus" }, Disabled, see https://github.com/eclipse-thingweb/node-wot/issues/991
{ "path": "./packages/binding-modbus" },
{ "path": "./packages/binding-mqtt" },
{ "path": "./packages/binding-netconf" },
Expand Down

0 comments on commit 224f63f

Please sign in to comment.