Compare commits
No commits in common. "fb7d1b6398cedec63155bedc4a092998d1e029a9" and "7b24a49b8194b43eba86ed5fc6171d618ad9eed2" have entirely different histories.
fb7d1b6398
...
7b24a49b81
2
index.js
2
index.js
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/env node
|
||||
'use strict';
|
||||
const Cheerio = require('cheerio');
|
||||
const { promises: fs, createWriteStream } = require('fs');
|
||||
const debug = require('debug')('vk-music-dl');
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vk-music-dl",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vk-music-dl",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.0",
|
||||
"description": "Download playlist from Spotify as mp3 from VKontact",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -14,10 +14,6 @@
|
|||
"type": "git",
|
||||
"url": "https://home.hugopoi.net/gitea/hugopoi/vk-music-dl"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"README.md"
|
||||
],
|
||||
"license": " GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"bluebird": "^3.7.2",
|
||||
|
|
Loading…
Reference in New Issue
Block a user