Closed harouny closed 7 years ago
./index.js (package main) has the following export, which I think has the wrong file since dist doesn't have smorgarsbord:
./index.js
dist
smorgarsbord
module.exports = require('./dist/smorgarsbord');
Maybe the right export can be:
module.exports = require('./src');
Hey @bluepnume Just a tag in case no one is following this one.
Erk. Good catch. I'll make a fix shortly.
Fixed.
./index.js
(package main) has the following export, which I think has the wrong file sincedist
doesn't havesmorgarsbord
:Maybe the right export can be: