Skip to content

Commit 6ca8d71

Browse files
committed
Fix compiled js endings (should be lf)
1 parent cd7483c commit 6ca8d71

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "sync-github-forks-cli",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"description": "Keep github forks up to date using node, the github api and git",
55
"main": "dist/cli.js",
66
"bin": {
77
"sync-github-forks": "dist/cli.js"
88
},
99
"scripts": {
1010
"test": "npm run lint",
11-
"lint": "tslint -c ./tslint.json src/**"
11+
"lint": "tslint -c ./tslint.json src/**",
12+
"build": "tsc --newline lf"
1213
},
1314
"files": [
1415
"dist"

0 commit comments

Comments
 (0)