This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
oleg
/
peerjs-server
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
enabled support for node.js engines > 10
stan
hace 6 años
padre
eda26cecd7
commit
94616d6e35
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
package.json
+ 1
- 1
package.json
Ver fichero
@@ -31,6 +31,6 @@
"sinon": "^7.4.1"
},
"engines": {
- "node": "
^
10"
+ "node": "
>=
10"
}
}