Skip to content

Commit

Permalink
Upgrade semver dependency.
Browse files Browse the repository at this point in the history
Should fix reports of "TypeError: Cannot read property 'length' of
undefined" runtime exceptions where node-gyp uses a buggy version
of semver due to our overly broad accepted version range.

npm updated to semver@5.3.0 recently so we can too now and still
share the module with npm, keeping the download small.

Fixes: #1094
PR-URL: #1107
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
  • Loading branch information
bnoordhuis committed Feb 15, 2017
1 parent ff9a6fa commit 93d7fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
"osenv": "0",
"request": "2",
"rimraf": "2",
"semver": "2.x || 3.x || 4 || 5",
"semver": "~5.3.0",
"tar": "^2.0.0",
"which": "1"
},
Expand Down

0 comments on commit 93d7fa8

Please sign in to comment.