Fix NPM dependency to download using https

This commit is contained in:
stianst 2019-04-12 09:09:00 +02:00 committed by Stian Thorgersen
parent c8970c95d5
commit e7deb77725

View file

@ -313,7 +313,7 @@
},
"axios": {
"version": "0.18.0",
"resolved": "http://registry.npmjs.org/axios/-/axios-0.18.0.tgz",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.18.0.tgz",
"integrity": "sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI=",
"requires": {
"follow-redirects": "^1.3.0",