Skip to content

Commit

Permalink
Minor format changes and package.json changes
Browse files Browse the repository at this point in the history
  • Loading branch information
asimgunes committed Nov 8, 2023
1 parent 049b5cd commit 361000f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"license": "MIT",
"main": "dist/desktop/extension.js",
"browser": "dist/browser/extension.js",
"types": "dist/desktop/extension.d.ts",
"repository": "https://github.com/eclipse-cdt-cloud/vscode-svd-viewer",
"qna": "https://github.com/eclipse-cdt-cloud/vscode-svd-viewer/issues",
"icon": "media/cdtcloud.png",
Expand Down
2 changes: 0 additions & 2 deletions src/api.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

// SVD Viewer API
export interface SVDViewerAPI {
registerSVDFile: (expression: RegExp | string, path: string) => void;
Expand Down Expand Up @@ -38,7 +37,6 @@ export interface PeripheralRegisterOptions {
fields?: FieldOptions[];
}


export interface ClusterOptions {
name: string;
description?: string;
Expand Down

0 comments on commit 361000f

Please sign in to comment.