-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After upgrade to 1.1.0, the module cannot be imported #17
Comments
In addition to fixing the |
In package.json replace all "es-release" with "Release". |
Sorry I didn't see the github notifications earlier, fixed and updated. Holler and tag me if you have any problems! |
Sorry, this is not fixed yet. The build artifact live in |
(tagging @ozra as requested) |
Alright, I'll go over it again, I'll dig up some of my old Quant-projects that use it heavily, and see how it behaves and get it right. |
So...
Anyway, the js-files are now built into "dist" instead, and the binary into "build" as before, to keep them separated and thereby allow them to be built pre-publish and avoid unnecessary dependencies for the end-user, as intended. Well. Should shit still roar up — just tag and shout out. Your project seems really cool by the way! I've bookmarked it along with a trail of others I found from it. For "when there is time" xD Cheers! |
It looks like the current version of package.json no longer has a "main" field (it got lost in 29070c9), and that means that the package will fail to import:
The text was updated successfully, but these errors were encountered: