Strider-CD / strider-ssh-deploy

Plugin for Strider-CD to deploy with SSH
14 stars 12 forks source link

Please update the version on npm to 1.0.0 #34

Closed cloudlena closed 8 years ago

knownasilya commented 8 years ago

Plugins aren't installed fro npm. We have an ecosystem index which contains the released plugins.

https://github.com/Strider-CD/ecosystem-index/blob/master/plugins.yml#L172

cloudlena commented 8 years ago

Yes, but the initial installation of the plugin is done via npm during npm install. That's why every time I install Strider somewhere, I have to manually update all the plugins which don't have their latest version on npm :)

knownasilya commented 8 years ago

@kfatehi could you add me to npm for this plugin?

kfatehi commented 8 years ago

@knownasilya

done, thank you

$ npm owner add knownasilya strider-ssh-deploy
+ knownasilya (strider-ssh-deploy)
knownasilya commented 8 years ago

Published. Thanks @kfatehi!

Also updated to 1.0 in the strider repo.

cloudlena commented 8 years ago

thanks a lot, guys!