Skip to content

Commit 0e1829d

Browse files
authored
[cli] fix dist, update Deno config (#34)
1 parent 4750456 commit 0e1829d

File tree

3 files changed

+628
-20
lines changed

3 files changed

+628
-20
lines changed

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"typescript.tsdk": "node_modules/typescript/lib"
2+
"typescript.tsdk": "node_modules/typescript/lib",
3+
"deno.enable": true,
4+
"deno.lint": true,
5+
"deno.unstable": false,
6+
"deno.enablePaths": ["packages/music-library-tools-cli"]
37
}
Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"imports": {
3-
"@adahiya/music-library-tools-lib": "../../node_modules/@adahiya/music-library-tools-lib/lib/cjs/index.js",
4-
"dedent": "npm:dedent@^0.7.0",
5-
"html-entities": "npm:html-entities@^2.3.3",
3+
"@adahiya/music-library-tools-lib": "../../node_modules/@adahiya/music-library-tools-lib/lib/index.js",
4+
"ansis": "npm:ansis@^2.0.3",
5+
"dedent": "npm:dedent@^1.5.1",
6+
"fluent-ffmpeg": "npm:fluent-ffmpeg@^2.1.2",
7+
"html-entities": "npm:html-entities@^2.4.0",
68
"minimist": "npm:minimist@^1.2.8",
7-
"plist": "npm:plist@^3.0.6",
9+
"plist": "npm:plist@^3.1.0",
810
"prompts": "npm:prompts@^2.4.2"
9-
}
11+
},
12+
"nodeModulesDir": true
1013
}

0 commit comments

Comments
 (0)