File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
src/userscripts/beatport_importer Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,5 @@ node_modules/
99
1010# Build output
1111dist /
12+
13+ .vscode /
Original file line number Diff line number Diff line change 11{
22 "name" : " Import Beatport releases to MusicBrainz" ,
33 "description" : " One-click importing of releases from beatport.com/release pages into MusicBrainz" ,
4- "version" : " 2026.03.14.2 " ,
4+ "version" : " 2026.03.14.3 " ,
55 "author" : " VxJasonxV" ,
66 "namespace" : " https://github.com/murdos/musicbrainz-userscripts/" ,
77 "downloadURL" : " https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/dist/beatport_importer.user.js" ,
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
3- "target" : " ES2022 " ,
3+ "target" : " ES2024 " ,
44 "module" : " ESNext" ,
55 "moduleResolution" : " node" ,
6- "lib" : [" ES2022 " , " DOM" ],
6+ "lib" : [" ES2024 " , " DOM" ],
77 "allowJs" : true ,
88 "checkJs" : false ,
99 "declaration" : false ,
2525 "resolveJsonModule" : true ,
2626 "isolatedModules" : true ,
2727 "verbatimModuleSyntax" : true ,
28- "baseUrl" : " ./" ,
2928 "paths" : {
3029 "~/*" : [" ./src/*" ]
3130 }
You can’t perform that action at this time.
0 commit comments