Skip to content

Commit 792dd22

Browse files
committedDec 29, 2018
bump node package version 1.6.0
Added Node.js `engine >= 8.0.0` restriction to use V8 version 6.X
1 parent d2e4d6b commit 792dd22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "v8pp",
3-
"version": "1.5.2",
3+
"version": "1.6.0",
44
"description": "C++ bindings for V8",
55
"keywords": [ "V8", "native", "addon", "module", "bindings" ],
6+
"engines": { "node": ">=8.0.0" },
67
"main": "include_dirs.js",
78
"repository": { "type": "git", "url": "git://github.com/pmed/v8pp.git" },
89
"author": "Pavel Medvedev <pmedvedev@gmail.com>",

0 commit comments

Comments
 (0)