Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

chore: Use Node.js 12 #12

Merged
merged 10 commits into from May 7, 2019
Merged

chore: Use Node.js 12 #12

merged 10 commits into from May 7, 2019

Conversation

ffflorian
Copy link
Contributor

@ffflorian ffflorian commented May 7, 2019

"email": "digital.flowers@hotmail.com",
"name": "Fareed Al-Namrouti"
}
],
Copy link
Contributor Author

@ffflorian ffflorian May 7, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This list was incomplete and can now be found at https://github.com/wireapp/node-addressbook/graphs/contributors

@@ -48,9 +37,7 @@
"address",
"addressbook",
"contacts",
"wire",
"binding",
"c"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Useless IMO

@@ -114,7 +114,11 @@ NAN_METHOD(GetMe) {


NAN_METHOD(GetContact) {
int index = info[0]->Uint32Value();
#if V8_MAJOR_VERSION >= 7
int index = info[0]->Uint32Value(Nan::GetCurrentContext()).ToChecked();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ffflorian ffflorian merged commit 09e0446 into master May 7, 2019
@ffflorian ffflorian deleted the chore/node-12 branch May 7, 2019 12:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants