Skip to content

Commit

Permalink
Merge pull request #1 from communitybuilders/unix-line-endings
Browse files Browse the repository at this point in the history
Change line endings from DOS to UNIX format
  • Loading branch information
ksafavi authored Dec 16, 2018
2 parents 49e71a6 + deae09b commit 3c282c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ npm.stdout.on('data', (data) => {

npm.on('exit', (code) => {
process.exit(code);
})
})

0 comments on commit 3c282c3

Please sign in to comment.