Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
zachcp committed Jan 6, 2025
1 parent 6e9ff7c commit b9ebcbb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"d3-time-format": "^4.1.0"
},
"devDependencies": {
"node-fetch": "^3.3.2",
"rimraf": "^5.0.5"
},
"engines": {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This is highlighting the release year and basic specs of available Desktop hardw
to a broader interest in making machine learning models that can be used locally.

```js
const hardware = FileAttachment("./data/desktop_hardware.csv").csv();
const hardware = FileAttachment("./data/desktop_hardware.tsv").tsv();
import {hardware_plot} from "./components/hardware.js";
```

Expand Down

0 comments on commit b9ebcbb

Please sign in to comment.