I'm trying to use your Github api in a ES6 environment with webpack and gulp. When I'm trying to import the Github function with the following code ``` import { Github } from 'github-api'; ``` I'm just getting these error: **_githubApi.Github is not a constructor"**