diff options
Diffstat (limited to 'node_modules/gulp-json-transform/test/fixtures')
-rw-r--r-- | node_modules/gulp-json-transform/test/fixtures/input.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/node_modules/gulp-json-transform/test/fixtures/input.json b/node_modules/gulp-json-transform/test/fixtures/input.json new file mode 100644 index 000000000..fcd280901 --- /dev/null +++ b/node_modules/gulp-json-transform/test/fixtures/input.json @@ -0,0 +1,4 @@ +{ + "foo": "[foo]", + "bar": "[bar]" +}
\ No newline at end of file |