GregWilson / react-native-apple-healthkit

A React Native bridge module for interacting with Apple HealthKit data
176 stars 42 forks source link

Fixed #4: Corrected dependency constraint #6

Closed BenjaminPaap closed 7 years ago

BenjaminPaap commented 7 years ago

This fixes #4. When specifying ^0.28.0 as version npm will only look for versions >=0.28.0 and <=0.29.0

See also http://jubianchi.github.io/semver-check/