Merge pull request #8 from pratikpc/patch-1

This commit is contained in:
David Tesler 2021-11-26 12:54:35 -08:00 committed by GitHub
commit 0d2e14ae77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"version": "0.0.3", "version": "0.0.3",
"description": "import a medium URL and convert it to markdown", "description": "import a medium URL and convert it to markdown",
"main": "index.js", "main": "index.js",
"bin": "./index.js",
"scripts": { "scripts": {
"convert": "node index.js", "convert": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",