Closed d10n closed 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';
Thank you for taking care of this.
Fast merging! I made a mistake, submitting a new PR...
Preserve the previous Skyweb API
The way Skyweb is exported was changed, but the Skyweb documentation still suggests using:
This change reintroduces support for that usage while keeping the new typescript usage: