Parcourir la source

Upgrade ngrok to 4.3.3

Use a version of ngrok which runs on recent versions of Windows and MacOS.
Switch to using the npm `overrides` property, to avoid needing to mantain a separate fork of `zuul-ngrok`
pull/833/head
Luke Blaney il y a 1 an
Parent
révision
09f2ada0be
1 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. +6
    -1
      package.json

+ 6
- 1
package.json Voir le fichier

@@ -56,7 +56,12 @@
"rollup": "^1.26.3",
"uglify-js": "^3.4.6",
"zuul": "^3.11.0",
"zuul-ngrok": "nolanlawson/zuul-ngrok#patch-1"
"zuul-ngrok": "^4.0.0"
},
"overrides": {
"zuul-ngrok": {
"ngrok": "^4.3.3"
}
},
"greenkeeper": {
"ignore": [


Chargement…
Annuler
Enregistrer