Skip to content

Commit

Permalink
Publish v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
illvart committed Sep 1, 2020
1 parent cbeaf33 commit 74271c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# editorconfig.org

# https://editorconfig.org
root = true

[*]
Expand All @@ -11,6 +10,7 @@ trim_trailing_whitespace = true
insert_final_newline = true

[*.{md}]
max_line_length = 0
trim_trailing_whitespace = false

[LICENSE]
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": "gatsby-plugin-minify-html",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Gatsby plugin for minify HTML files",
"main": "index.js",
"author": {
Expand Down

0 comments on commit 74271c5

Please sign in to comment.