Skip to content

Commit

Permalink
chore: clean .gitkeep & review
Browse files Browse the repository at this point in the history
  • Loading branch information
jdabbech-ledger committed Jan 2, 2024
1 parent b5164d4 commit 6e0586a
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/config/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
],
"devDependencies": {
"@tsconfig/recommended": "^1.0.3",
"@types/eslint": "^8.44.9",
"@types/node": "^20",
"@types/react": "^18",
"@types/eslint": "^8.44.9",
"@types/react-dom": "^18"
}
}
Empty file removed packages/core/src/api/.gitkeep
Empty file.
6 changes: 5 additions & 1 deletion packages/core/src/api/DeviceSdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ export class DeviceSdk {
console.log("Hello world");
}

scan() {
startScan() {
return;
}

stopScan() {
return;
}
}
1 change: 0 additions & 1 deletion packages/core/src/api/DeviceSdkBuilder.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { DeviceSdk } from "./DeviceSdk";

export class LedgerDeviceSdkBuilder {
//props
constructor() {
console.log("New build");
}
Expand Down
Empty file.
Empty file removed packages/signer/src/.gitkeep
Empty file.
Empty file removed packages/trusted-apps/src/.gitkeep
Empty file.
Empty file removed packages/ui/src/.gitkeep
Empty file.

0 comments on commit 6e0586a

Please sign in to comment.