Skip to content
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

Support nan 2 #26

Merged
merged 2 commits into from
Oct 15, 2015
Merged

Support nan 2 #26

merged 2 commits into from
Oct 15, 2015

Commits on Oct 14, 2015

  1. Automatically upgrade to nan 2 using upgrade-utils@1.0.3

    This is just the automatic changes applied, and the package dep upgraded.
    gagern committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    211995a View commit details
    Browse the repository at this point in the history
  2. Make code compile

    The Nan::New overload used to turn a Nan::Persistent into a v8::Local
    doesn't return a MaybeLocal, so the call to ToLocalChecked is not required.
    gagern committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    64a30d9 View commit details
    Browse the repository at this point in the history