word-to-html
Advanced tools
Comparing version 1.0.0 to 1.0.2
{ | ||
"name": "word-to-html", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "convert docx files to html", | ||
@@ -26,4 +26,5 @@ "main": "src/index.js", | ||
"src/**/*.js", | ||
"node-modules", | ||
"README.md" | ||
] | ||
} |
9985