Skip to content

Commit

Permalink
fix crlf
Browse files Browse the repository at this point in the history
  • Loading branch information
Last-Order committed Aug 16, 2019
1 parent d80fe9f commit 8e395e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "minyami",
"version": "2.2.8",
"version": "2.2.10",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc"
"build": "tsc --newLine lf"
},
"bin": {
"minyami": "./dist/index.js"
Expand Down

0 comments on commit 8e395e6

Please sign in to comment.