jivesoftware/jive-sdk

Why is `*` used for version in package.json?

Closed this issue · 2 comments

package.json entries (and docs suggesting those) tend to specify dependencies with * provided as version. As long as it's just Jive-made dependencies I could trust you not to introduce breaking changes ever, as a consequence of your choices, but it doesn't look like you own those two:

    "http-proxy": "*",
    "stream-array": "*"

I can shrinkwrap the app to deal with it, but why did you use * at all when there's ~ and ^?

I'll take a peek

updated those to use specific versions those were accidentally left out