Explorar el Código

Changes insiders name to just GitLens (Insiders)

main
Eric Amodio hace 4 años
padre
commit
bcaa8d3076
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      scripts/applyPatchForInsiders.js

+ 1
- 1
scripts/applyPatchForInsiders.js Ver fichero

@ -15,7 +15,7 @@ let json = require('../package.json');
json = JSON.stringify({
...json,
name: `${json.name}-insiders`,
displayName: `${json.displayName} (Insiders)`,
displayName: 'GitLens (Insiders)',
version: `${String(date.getFullYear())}.${date.getMonth() + 1}.${date.getDate()}${String(date.getHours()).padStart(
2,
'0',

Cargando…
Cancelar
Guardar