krakenjs / cross-domain-utils

Cross Domain utilities
Apache License 2.0
131 stars 18 forks source link

wrong export in index.js #1

Closed harouny closed 7 years ago

harouny commented 7 years ago

./index.js (package main) has the following export, which I think has the wrong file since dist doesn't have smorgarsbord:

module.exports = require('./dist/smorgarsbord');

Maybe the right export can be:

module.exports = require('./src');
harouny commented 7 years ago

Hey @bluepnume Just a tag in case no one is following this one.

bluepnume commented 7 years ago

Erk. Good catch. I'll make a fix shortly.

bluepnume commented 7 years ago

Fixed.