We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c7a64 commit e128a69Copy full SHA for e128a69
package.json
@@ -4,6 +4,9 @@
4
"description": "Blocking POSIX semaphores for Node.js",
5
"repository": "https://github.com/dbousque/posix-semaphore",
6
"license": "MIT",
7
+ "engines" : {
8
+ "node" : ">=8.0.0"
9
+ },
10
"main": "srcs/addon.js",
11
"gypfile": true,
12
"scripts": {
0 commit comments