Use Nan::NewInstance() for constructors
nan 2.0.1 required due to introduction
of Nan::NewInstance(v8::Local<v8::Function)>, int, v8::Local<v8::Value>)
constructor:
https://github.com/nodejs/nan/commit/29450ed1670051613ffea9dd3f980f8685feceb4
Showing
| ... | @@ -55,7 +55,7 @@ | ... | @@ -55,7 +55,7 @@ |
| "glob": "^5.0.13", | "glob": "^5.0.13", | ||
| "meow": "^3.3.0", | "meow": "^3.3.0", | ||
| "mkdirp": "^0.5.1", | "mkdirp": "^0.5.1", | ||
| "nan": "^2.0.0", | "nan": "^2.0.1", | ||
| "npmconf": "^2.1.2", | "npmconf": "^2.1.2", | ||
| "pangyp": "^2.2.1", | "pangyp": "^2.2.1", | ||
| "request": "^2.58.0", | "request": "^2.58.0", | ||
| ... | ... |
Please
register
or
sign in
to comment