-
Notifications
You must be signed in to change notification settings - Fork 113
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
not work with lastest electron #37
Comments
Was the source re-compiled before pushing the update to npm? I see that |
Hey @wangxiexe and @joeferraro , your both right, 3.0.0 was never rebuilt before publishing. We've published those changes now as 4.0.0 just so anyone using 3.0.0 doesnt get the update in case they're still using the es6-promise module. @wangxiexe I'm going to close this issue. Feel free to open another issue if v4 doesn't solve your problems. |
Promise = require('es6-promise').Promise;
in dist/index.js
My electron is v1.3.3
Thanks.
The text was updated successfully, but these errors were encountered: