Skip to content

Commit

Permalink
Automate CRLF to LF conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
gilamran committed Apr 29, 2023
1 parent 457d483 commit 3326bd4
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# @gilamran/tsc-watch CHANGELOG

## v6.0.4 - 29/04/2023
- Automate CRLF to LF conversion

## v6.0.3 - 29/04/2023
- Fixed (Again CRLF to LF)

Expand Down
126 changes: 126 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "The TypeScript compiler with onSuccess command",
"scripts": {
"clean": "rimraf dist && rimraf tmp",
"prepublish": "crlf --set=LF index.js client.js dist/**/*",
"test": "npm run build && jest --verbose --runInBand",
"build": "npm run clean && npm run build-lib && npm run build-client",
"build-lib": "tsc -p tsconfig.json",
Expand Down Expand Up @@ -59,6 +60,7 @@
"@types/node": "^12.12.0",
"@types/node-cleanup": "^2.1.2",
"@types/ps-tree": "^1.1.2",
"crlf": "^1.1.1",
"fs-extra": "^11.1.1",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
Expand Down

0 comments on commit 3326bd4

Please sign in to comment.