Skip to content

Commit

Permalink
fix line endings (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
FroggyPanda authored Jul 23, 2024
2 parents f74f856 + f199cc9 commit 7747066
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"main": "src/index.js",
"bin": "src/index.js",
"private": false,
"version": "2.7.5",
"version": "2.7.6",
"license": "MIT",
"type": "module",
"scripts": {
"lint": "prettier \"src/**/**.js\" --check && eslint \"src/**/**.js\" && tsc",
"format": "prettier \"src/**/**.js\" --write"
"format": "prettier \"src/**/**.js\" --write && crlf --set=LF \"src/**/**.js\""
},
"dependencies": {
"chalk": "^4.1.2",
Expand All @@ -26,6 +26,7 @@
"@types/node": "^18.15.13",
"@types/pluralize": "^0.0.29",
"@types/yargs": "^17.0.24",
"crlf": "^1.1.1",
"eslint": "^8.56.0",
"typescript": "^5.3.3"
},
Expand Down
44 changes: 44 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 7747066

Please sign in to comment.