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 5c2f766 commit d9c7a64Copy full SHA for d9c7a64
.travis.yml
@@ -1,9 +1,9 @@
1
language: node_js
2
node_js:
3
+ - "15"
4
+ - "13"
5
- "11"
- - "7"
- - "6"
6
- - "4"
+ - "8"
7
env:
8
- CXX=g++-4.8
9
addons:
package.json
@@ -1,6 +1,6 @@
{
"name": "posix-semaphore",
- "version": "0.0.4",
+ "version": "1.0.0",
"description": "Blocking POSIX semaphores for Node.js",
"repository": "https://github.com/dbousque/posix-semaphore",
"license": "MIT",
0 commit comments