Skip to content

Commit

Permalink
Update do-vue to fix template generation (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Apr 3, 2024
1 parent aa6c0d3 commit fb9a3e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 135 deletions.
133 changes: 2 additions & 131 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"do-bulma": "github:do-community/do-bulma",
"do-vue": "github:do-community/do-vue",
"exceljs": "^4.4.0",
"node-fetch": "^3.3.2",
"pretty-checkbox-vue": "^1.1.9",
"query-string": "^8.1.0",
"vue": "^3.4.15",
Expand Down
4 changes: 1 addition & 3 deletions src/build/get.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2023 DigitalOcean
Copyright 2024 DigitalOcean
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -16,8 +16,6 @@ limitations under the License.

import fs from 'node:fs/promises';

import fetch from 'node-fetch';

export const get = async url => {
const res = await fetch(url);
if (!res.ok) throw new Error(`Failed to fetch ${url}: ${res.status} ${res.statusText}`);
Expand Down

1 comment on commit fb9a3e4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been deployed to DigitalOcean Spaces for easy reviewing.

bandwidth-tool (Build Analysis Report)

Please sign in to comment.