Skip to content

Commit

Permalink
v1.1.1 human readability of collected manifest json
Browse files Browse the repository at this point in the history
  • Loading branch information
shonny-ua committed Dec 22, 2016
1 parent e6f1d8d commit 4fcf067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function revCollector(opts) {
this.push(
new gutil.File({
path: opts.collectedManifest,
contents: new Buffer(JSON.stringify(manifest))
contents: new Buffer(JSON.stringify(manifest, null, "\t"))
})
);
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-rev-collector",
"version": "1.1.0",
"version": "1.1.1",
"description": "Static asset revision data collector from manifests, generated from different streams, and replace their links in html template.",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 4fcf067

Please sign in to comment.