We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e4d6b commit 792dd22Copy full SHA for 792dd22
package.json
@@ -1,8 +1,9 @@
1
{
2
"name": "v8pp",
3
- "version": "1.5.2",
+ "version": "1.6.0",
4
"description": "C++ bindings for V8",
5
"keywords": [ "V8", "native", "addon", "module", "bindings" ],
6
+ "engines": { "node": ">=8.0.0" },
7
"main": "include_dirs.js",
8
"repository": { "type": "git", "url": "git://github.com/pmed/v8pp.git" },
9
"author": "Pavel Medvedev <pmedvedev@gmail.com>",
0 commit comments