Closed florianpeninon closed 7 years ago
Hi, thank you for reporting this bug. Actually, I don't understand why the lib folder is missing. With these two npm scripts, it should work right ?
"build": "babel ./src --out-dir ./lib --source-maps -d ./lib",
"prepublish": "yarn run clean && yarn run build",
@florianpnn it should be good with the release 1.2.2
!
Sorry for the delay
I get an error when compiling with this package.
After looking around I noticed that
main
inpackage.json
is pointing toward nothing. I ran the build script to get thelib/
folder and now it's working fine.