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 e64be76 commit 81ba742Copy full SHA for 81ba742
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "detect-libc",
3
- "version": "2.1.0",
+ "version": "2.1.1",
4
"description": "Node.js module to detect the C standard library (libc) implementation family and version",
5
"main": "lib/detect-libc.js",
6
"files": [
@@ -14,7 +14,7 @@
14
},
15
"repository": {
16
"type": "git",
17
- "url": "git://github.com/lovell/detect-libc"
+ "url": "git://github.com/lovell/detect-libc.git"
18
19
"keywords": [
20
"libc",
0 commit comments