Skip to content

Commit

Permalink
build: use LF line endings
Browse files Browse the repository at this point in the history
- May possibly fix "No such file or directory error" (yarnpkg/yarn#8106)
  • Loading branch information
RobinBlomberg committed Aug 29, 2022
1 parent 70df824 commit 63662a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kysely-codegen",
"version": "0.5.1",
"version": "0.5.2",
"author": "Robin Blomberg",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"lib": ["dom", "dom.iterable", "esnext"],
"module": "commonjs",
"moduleResolution": "node",
"newLine": "lf",
"noEmit": false,
"noFallthroughCasesInSwitch": true,
"noUncheckedIndexedAccess": true,
Expand Down

0 comments on commit 63662a8

Please sign in to comment.