Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

Commit

Permalink
Downgrade SvelteKit to 1.0.0-next.199 to avoid bug: sveltejs/kit#2962
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab committed Dec 17, 2021
1 parent 79a80b7 commit 10a89be
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 40 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.1.3",
"@sveltejs/adapter-static": "^1.0.0-next.22",
"@sveltejs/kit": "next",
"@sveltejs/kit": "1.0.0-next.199",
"@types/cookie": "^0.4.1",
"@types/d3": "^7.1.0",
"@types/d3-sankey": "^0.11.2",
Expand Down
30 changes: 0 additions & 30 deletions src/routes/api/v1/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,4 @@
</svelte:head>

<div class="grid-container">
<div class="grid-row">
<div class="grid-col-auto">
<table class="usa-table usa-table--borderless">
<caption>
The data visualized on this site is available for download.
</caption>
<thead>
<tr>
<th scope="col">Description</th>
<th scope="col">Download</th>
<th scope="col">Update frequency</th>
</tr>
</thead>
<tbody>
<tr>
<td> Total aggregate fuel usage </td>
<td>
<a href={`${base}/api/v1/fuel-type-usage.json`} target="_blank"
><span class="usa-tag bg-primary">JSON</span></a
>
<a href={`${base}/api/v1/fuel-type-usage.csv`} target="_blank"
><span class="usa-tag bg-primary">CSV</span></a
>
</td>
<td>Annual</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>

0 comments on commit 10a89be

Please sign in to comment.