ShyykoSerhiy / skyweb

Unofficial Skype API for nodejs via 'Skype (HTTP)' protocol.
MIT License
193 stars 44 forks source link

Hotfix/preserve old api #36

Closed d10n closed 8 years ago

d10n commented 8 years ago

Preserve the previous Skyweb API

The way Skyweb is exported was changed, but the Skyweb documentation still suggests using:

Skyweb = require('skyweb');

This change reintroduces support for that usage while keeping the new typescript usage:

import Skyweb from '../skyweb';
demurgos commented 8 years ago

Thank you for taking care of this.

d10n commented 8 years ago

Fast merging! I made a mistake, submitting a new PR...