Fix preinstall script to use https
| | |
| | | { |
| | | "name": "ibapi", |
| | | "version": "2.5.5", |
| | | "version": "2.5.6", |
| | | "description": "Interactive Brokers API addon for NodeJS ", |
| | | "main": "ibapi.js", |
| | | "directories": { |
| | |
| | | }, |
| | | "repository": { |
| | | "type": "git", |
| | | "url": "git://github.com/dchem/node-ibapi-addon.git" |
| | | "url": "https://gitlord.com/r/~dchem/node-ibapi-addon.git" |
| | | }, |
| | | "dependencies": { |
| | | "async": "^2.4.1", |
| | | "limiter": "^1.1.0" |
| | | "async": "^2.6.1", |
| | | "limiter": "^1.1.3" |
| | | }, |
| | | "keywords": [ |
| | | "interactive", |
| | |
| | | |
| | | cd $DIR |
| | | rm twsapi_macunix.972.18.zip |
| | | wget http://interactivebrokers.github.io/downloads/twsapi_macunix.972.18.zip |
| | | wget https://interactivebrokers.github.io/downloads/twsapi_macunix.972.18.zip |
| | | unzip twsapi_macunix.972.18.zip |
| | | mkdir client |
| | | mkdir ssl |