Skip to content

Commit

Permalink
Merge pull request #176 from Mayeu/patch-1
Browse files Browse the repository at this point in the history
Ensure that the CLI output valid JSON
  • Loading branch information
Ffloriel authored Apr 5, 2019
2 parents cde0071 + 0448e18 commit ac5a55c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/purgecss
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ if (argv.out) {
})
}
} else {
console.log(purgecss.purge())
}
console.log(JSON.stringify(purgecss.purge()))
}

0 comments on commit ac5a55c

Please sign in to comment.