Skip to content

Commit e128a69

Browse files
committed
require node.js version >= 8
1 parent d9c7a64 commit e128a69

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"description": "Blocking POSIX semaphores for Node.js",
55
"repository": "https://github.com/dbousque/posix-semaphore",
66
"license": "MIT",
7+
"engines" : {
8+
"node" : ">=8.0.0"
9+
},
710
"main": "srcs/addon.js",
811
"gypfile": true,
912
"scripts": {

0 commit comments

Comments
 (0)