tidev / node-ios-device

Queries connected iOS devices and installs apps
Other
122 stars 37 forks source link

[Fix] add bin parameter to package.json. #49

Closed yuanchieh-cheng closed 5 years ago

yuanchieh-cheng commented 5 years ago

In order to let user call node-ios-device in the shell, you have to add "bin" and specify path in the package.json.

I have tested in the local by calling $npm link and $node-ios-device in the shell.

cb1kenobi commented 5 years ago

@yuanchieh-cheng Thanks for the PR! If you haven't already, can you please make sure you've signed our CLA? https://cla.axway.com/

cb1kenobi commented 5 years ago

@yuanchieh-cheng I have good news and bad news.

Bad news, due to technical issues with our CLA GitHub hook, I can't actually verify you signed the CLA. Sigh.

Good news, I added the bin declaration to node-ios-device (and several of our other libraries), updated the dependencies, and published a new release!

Give node-ios-device@2.0.1 a spin. Thanks again for the PR and sorry for things not being smooth.