Skip to content

Commit

Permalink
bump node package version 1.6.0
Browse files Browse the repository at this point in the history
Added Node.js `engine >= 8.0.0` restriction to use V8 version 6.X
  • Loading branch information
pmed committed Dec 29, 2018
1 parent d2e4d6b commit 792dd22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "v8pp",
"version": "1.5.2",
"version": "1.6.0",
"description": "C++ bindings for V8",
"keywords": [ "V8", "native", "addon", "module", "bindings" ],
"engines": { "node": ">=8.0.0" },
"main": "include_dirs.js",
"repository": { "type": "git", "url": "git://github.com/pmed/v8pp.git" },
"author": "Pavel Medvedev <[email protected]>",
Expand Down

0 comments on commit 792dd22

Please sign in to comment.