| Hash | Commit message | Author | Date | Files | + | - |
1 | commit c99b6fe5d0cd0f27eb044925b9985a367d7437f0 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Fri May 26 05:31:17 2023 +0200 |
4 | |
5 | Auto-Commit Update - 20230526 |
6 | --- |
7 | usr/lib/node_modules/yt-cli/lib/yt-cli.js | 3 --- |
8 | usr/lib/node_modules/yt-cli/package.json | 1 - |
9 | 2 files changed, 4 deletions(-) |
10 | |
11 | diff --git a/usr/lib/node_modules/yt-cli/lib/yt-cli.js b/usr/lib/node_modules/yt-cli/lib/yt-cli.js |
12 | index 48c2524..e94aaef 100755 |
13 | --- a/usr/lib/node_modules/yt-cli/lib/yt-cli.js |
14 | +++ b/usr/lib/node_modules/yt-cli/lib/yt-cli.js |
15 | @@ -1,8 +1,5 @@ |
16 | #!/usr/bin/env node |
17 | |
18 | -import { createRequire } from 'module'; |
19 | -const require = createRequire(import.meta.url); |
20 | - |
21 | const fs = require('fs'); |
22 | const beautifier = require('html-formatter'); |
23 | const axios = require('axios'); |
24 | diff --git a/usr/lib/node_modules/yt-cli/package.json b/usr/lib/node_modules/yt-cli/package.json |
25 | index 0c2abe9..a5a4391 100644 |
26 | --- a/usr/lib/node_modules/yt-cli/package.json |
27 | +++ b/usr/lib/node_modules/yt-cli/package.json |
28 | @@ -2,7 +2,6 @@ |
29 | "name": "@a4to/yt-cli", |
30 | "version": "0.2.1", |
31 | "main": "lib/yt-cli.js", |
32 | - "type": "module", |
33 | "scripts": { |
34 | "start": "node ${npm_package_main}", |
35 | "dev": "nodemon ${npm_package_main}" |