diff --git a/package.json b/package.json index b25fabe..4a88a4f 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "@types/lodash": "^4.14.64", "lodash": "^4.17.4", - "smartfile": "^4.2.12", + "smartfile": "^4.2.13", "smarthbs": "^1.0.15", "smartinteract": "^1.0.4", "smartq": "^1.1.1", diff --git a/test/test_output/notemplate.md b/test/test_output/notemplate.md new file mode 100644 index 0000000..0f8b436 --- /dev/null +++ b/test/test_output/notemplate.md @@ -0,0 +1 @@ +awesome! \ No newline at end of file diff --git a/test/test_output/notemplate.yml b/test/test_output/notemplate.yml new file mode 100644 index 0000000..0f8b436 --- /dev/null +++ b/test/test_output/notemplate.yml @@ -0,0 +1 @@ +awesome! \ No newline at end of file diff --git a/test/test_template/notemplate.yml b/test/test_template/notemplate.yml new file mode 100644 index 0000000..0f8b436 --- /dev/null +++ b/test/test_template/notemplate.yml @@ -0,0 +1 @@ +awesome! \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 7e88aeb..c2ef99b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -827,9 +827,9 @@ smartenv@^2.0.0: smartq "^1.1.1" typings-global "^1.0.14" -smartfile@^4.2.11, smartfile@^4.2.12: - version "4.2.12" - resolved "https://registry.yarnpkg.com/smartfile/-/smartfile-4.2.12.tgz#6acda7f2e7626b7c81280f35f97334a1d856d176" +smartfile@^4.2.11, smartfile@^4.2.13: + version "4.2.13" + resolved "https://registry.yarnpkg.com/smartfile/-/smartfile-4.2.13.tgz#4c1f96eb2f56bc6f400c13086272cd3b4c5a2c68" dependencies: "@types/fs-extra" "3.x.x" "@types/vinyl" "^2.0.0"