Added linting, minor code tweaks, removed getCommand()

This commit is contained in:
Will Boyd
2020-01-19 11:42:17 -05:00
parent ef7c63627e
commit 4c49e93da4
9 changed files with 781 additions and 50 deletions
+7 -2
View File
@@ -5,9 +5,11 @@
"main": "index.js",
"repository": "https://github.com/lonekorean/wordpress-export-to-markdown.git",
"keywords": [
"wordpress",
"blog",
"convert",
"export",
"markdown",
"export"
"wordpress"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
@@ -28,6 +30,9 @@
"turndown": "^5.0.3",
"xml2js": "^0.4.22"
},
"devDependencies": {
"eslint": "^6.8.0"
},
"bin": {
"wordpress-export-to-markdown": "./index.js"
}