Skip to content

Commit

Permalink
chore: cleanup unused stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Dec 12, 2024
1 parent c8de7fd commit 6f13c3e
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 695 deletions.
2 changes: 0 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
"@types/js-levenshtein": "^1.1.3",
"@types/json-logic-js": "^2.0.7",
"@types/node": "^18.19.63",
"@types/proxyquire": "^1.3.31",
"@types/semver": "^7.5.8",
"@types/sinon": "^17.0.3",
"@types/xml2js": "^0.4.14",
Expand All @@ -86,7 +85,6 @@
"js-levenshtein": "^1.1.6",
"ky": "^1.7.2",
"peggy": "^3.0.2",
"proxyquire": "^2.1.3",
"sinon": "^19.0.2",
"ts-pegjs": "patch:ts-pegjs@npm%3A4.2.1#~/.yarn/patches/ts-pegjs-npm-4.2.1-0f567a1059.patch",
"tsx": "^4.19.2",
Expand Down
2 changes: 0 additions & 2 deletions packages/serial/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ export * from "./parsers/ZnifferSerialFrame.js";
export * from "./plumbing/Faucet.js";
export type * from "./serialport/Bindings.js";
export * from "./serialport/LegacyBindingWrapper.js";
export * from "./serialport/NodeSerialPort.js";
export * from "./serialport/NodeSocket.js";
export * from "./serialport/ZWaveSerialPortImplementation.js";
export * from "./serialport/ZWaveSerialStream.js";
export * from "./serialport/ZWaveSocketOptions.js";
Expand Down
2 changes: 0 additions & 2 deletions packages/serial/src/index_mock.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
export * from "./mock/MockPort.js";
export * from "./mock/SerialPortBindingMock.js";
export * from "./mock/SerialPortMock.js";
Loading

0 comments on commit 6f13c3e

Please sign in to comment.