bkanber / Slackadaisical

Command line Slack chat client.
GNU General Public License v3.0
277 stars 14 forks source link

Add `object.values` shim #4

Closed msbit closed 6 years ago

msbit commented 6 years ago

Add shim to allow running under Node 6.11.5.

@bkanber not sure if you'd be interested in this, and if so, not sure where exactly you'd like:

if (!Object.values) {
    values.shim();
}