Explorar el Código

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/834/head
Luke Blaney hace 1 año
padre
commit
29cdccf2a9
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. +6
    -1
      package.json

+ 6
- 1
package.json Ver fichero

@@ -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": [


Cargando…
Cancelar
Guardar