Normalize line endings in SSH key for the underlying OS#156
Conversation
| }, | ||
| "homepage": "https://github.com/easingthemes/ssh-deploy#readme", | ||
| "dependencies": { | ||
| "os": "^0.1.2", |
There was a problem hiding this comment.
os is native nodeJS module, please remove it as a dependency
There was a problem hiding this comment.
After removing dependencies there should be no changes to package.lock.
|
@mansandersson are you still willing to act on the changes and have this PR merged? |
Yes, I'm willing to make the changes required |
Understood. Let me know if you need help! 😄 |
|
Thanks. |
3cd2cdf to
3f5d9aa
Compare
Done. Let me know if anything else needs fixing. |
|
waiting for merging |
|
Thanks |
This fixes issue #143 on my side
This is my first ever nodejs commit so please help me out if I've done something completely unacceptable.