Comparing version 4.5.2 to 4.5.3
{ | ||
"name": "processmd", | ||
"version": "4.5.2", | ||
"version": "4.5.3", | ||
"description": "Process a directory of markdown and yaml files to JSON files", | ||
@@ -22,3 +22,3 @@ "main": "index.js", | ||
"pretest": "npm run lint", | ||
"preversion": "npm run lint && npm run test", | ||
"preversion": "npm run lint && npm run test && npm run build", | ||
"v-patch": "npm version patch && git push --tags && npm publish && git push", | ||
@@ -25,0 +25,0 @@ "v-minor": "npm version minor && git push --tags && npm publish && git push", |
54242
23
893