mourner / suncalc

A tiny JavaScript library for calculating sun/moon positions and phases.
BSD 2-Clause "Simplified" License
3.1k stars 417 forks source link

installing package via npm doesn't contain parallacticAngle #71

Closed petroleumjelliffe closed 7 years ago

petroleumjelliffe commented 8 years ago

The parallactic angle for the moon isn't returned when I install the suncalc npm package.

I see the code in github, but that line is missing from the suncalc.js file in the node_modules folder.

My package.json has this dependency:

"dependencies": {
    "suncalc": "^1.7.0"
}
mourner commented 8 years ago

Yeah, I should make a 1.8.0 release on NPM that includes the change. Meanwhile you can just specify mourner/suncalc as version so that it pulls from GitHub.

mourner commented 7 years ago

1.8.0 was released.