Skip to content

Commit

Permalink
Update deps (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo authored Aug 5, 2024
1 parent a15c1b7 commit 4d1e079
Show file tree
Hide file tree
Showing 69 changed files with 874 additions and 730 deletions.
16 changes: 0 additions & 16 deletions .eslintrc.js

This file was deleted.

1 change: 0 additions & 1 deletion bin/actions-gen-readme.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ async function run() {
.join('\n')
.trim();
const def = opts.default ? `, default: \`${opts.default}\`` : '';
const href = `input::${input}`;
inputs.push(
`- <a name="${input}"></a><a href="#user-content-${input}"><code>${input}</code></a>: _(${required}${def})_ ${description}\n`,
);
Expand Down
1 change: 0 additions & 1 deletion dist/encoding.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/// <reference types="node" />
/**
* toBase64 base64 encodes the input as URL-encoded, unpadded.
*
Expand Down
2 changes: 0 additions & 2 deletions dist/fs.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/// <reference types="node" />
/// <reference types="node" />
import { PathLike, ObjectEncodingOptions, Mode, OpenMode } from 'fs';
/**
* forceRemove forcibly removes a file or directory (recursively). If the file
Expand Down
Loading

0 comments on commit 4d1e079

Please sign in to comment.