This commit is contained in:
Nemo 2022-01-04 09:43:59 +05:30
parent 014231895c
commit ed11dff030
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "url-to-epub",
"version": "1.2.3",
"version": "1.2.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "url-to-epub",
"version": "1.2.3",
"version": "1.2.4",
"license": "MIT",
"dependencies": {
"article-parser": "^4.2.1",

View File

@ -1,6 +1,6 @@
{
"name": "url-to-epub",
"version": "1.2.3",
"version": "1.2.4",
"description": "A single tool to generate a standards-compliant EPUB from a webpage. Zero config. Requires pandoc",
"main": "index.js",
"bin": {