braze-inc / braze-cordova-sdk

Public repo for the Braze Cordova SDK
https://www.braze.com
Other
21 stars 63 forks source link

Add NPM support #64

Open Bucimis opened 3 years ago

nirmal-mobiquity commented 3 years ago

Right now appBoy isn't supporting installation as package from node modules and using git. Which isn't locking version of it in package-lock.json and every time we install it adds updated version which isn't expected behaviour.

Once this feature is added with that installation step should be updated in document as well.

benmarsh commented 7 months ago

Just to add a +1 to this request, would be good to be able to lock in a specific Braze version via NPM rather than a git tag. Thanks.