Update and fix diffing logic (#289)

* Bump files-diff version to ensure HTML escaping works

* Pass full rendered file path into diff

* Cleaner naming, removing pointless method

* Remove console log
This commit is contained in:
Matt (IPv4) Cowley
2021-07-27 10:49:51 +01:00
committed by GitHub
parent 07cc83ec14
commit ce74e4c226
3 changed files with 24 additions and 17 deletions

View File

@@ -47,7 +47,7 @@
"do-bulma": "git+https://github.com/do-community/do-bulma.git",
"do-vue": "git+https://github.com/do-community/do-vue.git",
"escape-html": "^1.0.3",
"files-diff": "0.0.5",
"files-diff": "0.0.6",
"json-to-pretty-yaml": "^1.2.2",
"memory-tar-create": "0.0.3",
"pretty-checkbox-vue": "^1.1.9",