Skip to content

Commit

Permalink
stop doing weird ssl things with windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed Dec 12, 2016
1 parent bb35100 commit 0544581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ install:
}
npm -v | Write-Host;
# work around an issue with node-gyp v3.3.1 and node 4x
# package.json has no certificates in it so we're cool
# https://github.com/nodejs/node-gyp/issues/921
- ps: npm config set -g cafile=package.json | Write-Host;
- ps: npm config set -g strict-ssl=false | Write-Host;

# Check if we're building the latest tag, if so
# then we publish the binaries if tests pass.
- ps: >
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serialport",
"version": "4.0.7-beta2",
"version": "4.0.7-beta3",
"description": "Node.js package to access serial ports. Welcome your robotic javascript overlords. Better yet, program them!",
"author": {
"name": "Chris Williams",
Expand All @@ -10,7 +10,7 @@
"binary": {
"module_name": "serialport",
"module_path": "build/{configuration}/",
"host": "https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7-beta2"
"host": "https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7-beta3"
},
"main": "./lib/serialport",
"repository": {
Expand Down

0 comments on commit 0544581

Please sign in to comment.