JoshDSommer / nativescript-slides

A NativeScript plugin that is for Intro Tutorials, Image Carousels or any other slide functionality
Other
70 stars 32 forks source link

devDependency to @next in the package.json is preventing publishing for iOS #81

Closed NickIliev closed 7 years ago

NickIliev commented 7 years ago

Related to https://github.com/NativeScript/NativeScript/issues/3046

when creating app with the plugin with tns publish ios AppleUser ApplePass

the plugin is causing duplicate files to be generated in the build package. Issue noticed when using npm 3.x and should be fixed out of the box with 2.4.0.

Meanwhile, to prevent this behaviour it would be best to update the plugin package.json not to refer to @next versions.

https://github.com/TheOriginalJosh/nativescript-slides/blob/master/package.json#L77

JoshDSommer commented 7 years ago

this has been published, in version 2.2.3 thanks again @NNieto I really appreciate it.