jasonmamy / cordova-wheel-selector-plugin

Wheel selector for Cordova (Android/iOS)
MIT License
65 stars 36 forks source link

Exclude `examples` folder from NPM #50

Closed neilrackett closed 5 years ago

neilrackett commented 5 years ago

The new .npmignore file prevents the examples folder being downloaded via NPM, which can otherwise cause compile errors when the host project uses incompatible tsconfig.json settings, e.g. "noImplicitAny":true.