make compatible with V8 7.1 (#1093)
* make compatible with V8 7.1 * Remove use of two argument Concat * fixup! bump nan
Showing
| ... | @@ -37,7 +37,7 @@ | ... | @@ -37,7 +37,7 @@ |
| "url": "git://github.com/mapbox/node-sqlite3.git" | "url": "git://github.com/mapbox/node-sqlite3.git" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "nan": "~2.10.0", | "nan": "^2.12.1", | ||
| "node-pre-gyp": "^0.11.0", | "node-pre-gyp": "^0.11.0", | ||
| "request": "^2.87.0" | "request": "^2.87.0" | ||
| }, | }, | ||
| ... | ... |
Please
register
or
sign in
to comment