Update package and readme files

This commit is contained in:
Will Boyd
2018-12-12 16:50:21 -05:00
parent 7766beb558
commit 7193d35275
2 changed files with 9 additions and 5 deletions
+7 -1
View File
@@ -1,8 +1,14 @@
{
"name": "wordpress-export-to-markdown",
"version": "1.0.0",
"version": "1.0.1",
"description": "Converts a WordPress export XML file into Markdown files.",
"main": "index.js",
"repository": "https://github.com/lonekorean/wordpress-export-to-markdown.git",
"keywords": [
"wordpress",
"markdown",
"export"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},