Skip to content

Commit

Permalink
Merge pull request #6 from jrnewton/5-env-noder-no-such-file-or-direc…
Browse files Browse the repository at this point in the history
…tory

Fix #5 - windows line endings break yarn usage
  • Loading branch information
jrnewton authored Mar 28, 2022
2 parents 9cc13d4 + 5a0898c commit edc5c40
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
charset = utf-8
end_of_line = LF
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text eol=lf
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-readme-to-html",
"version": "1.0.6",
"version": "1.0.7",
"description": "Generate a simple HTML page based on a single markdown file",
"main": "index.js",
"files": [
Expand Down

0 comments on commit edc5c40

Please sign in to comment.