Skip to content

Commit

Permalink
Update node-pre-gyp for ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed Dec 12, 2016
1 parent 50a3bdc commit bb35100
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serialport",
"version": "4.0.7-beta1",
"version": "4.0.7-beta2",
"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-beta1"
"host": "https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7-beta2"
},
"main": "./lib/serialport",
"repository": {
Expand Down Expand Up @@ -57,7 +57,7 @@
"debug": "^2.3.2",
"lie": "^3.1.0",
"nan": "^2.4.0",
"node-pre-gyp": "^0.6.31",
"node-pre-gyp": "^0.6.32",
"object.assign": "^4.0.3"
},
"devDependencies": {
Expand Down

0 comments on commit bb35100

Please sign in to comment.