Skip to content

Commit

Permalink
chore: remove remaining svelte references
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebrynes7 committed May 6, 2024
1 parent b247a2f commit 8db8cd9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"biome.lspBin": "./plugin/node_modules/@biomejs/biome/bin/biome",
"biome.lspBin": "/home/jamiebrynes/workspace/obsidian-todoist-plugin/plugin/node_modules/@biomejs/cli-linux-x64-musl/biome",
"[typescript]": {
"editor.defaultFormatter": "biomejs.biome"
},
Expand Down
1 change: 0 additions & 1 deletion nix/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
jq
nodejs
nodePackages.typescript-language-server
nodePackages.svelte-language-server
marksman
];
enterShell = enterShellBySystem.${system} or "";
Expand Down
7 changes: 0 additions & 7 deletions plugin/package-lock.json

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

3 changes: 1 addition & 2 deletions plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"@rollup/plugin-replace": "^5.0.5",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@tsconfig/svelte": "^5.0.0",
"@types/node": "^18.11.17",
"@types/react-dom": "^18.2.19",
"jsdom": "^24.0.0",
Expand All @@ -45,4 +44,4 @@
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.2.2"
}
}
}

0 comments on commit 8db8cd9

Please sign in to comment.