Explorar el Código

package added

production
samuel hace 3 años
padre
commit
3bef39d912
Se han modificado 2 ficheros con 4 adiciones y 2 borrados
  1. 1
    0
      index.js
  2. 3
    2
      package.json

+ 1
- 0
index.js Ver fichero

@@ -169,6 +169,7 @@ var dbForLabel = function(label){
return dbsForLabel[label] || 'mysql'
}

// SAM : TODO Use nodeshellexec where to detect git installation dir
var gitInstallDir = "C:\\Program Files\\Git\\bin\\sh.exe"
// var gitInstallDir = "G:\\Installed\\Git\\bin\\sh.exe"
// Relevant git repos

+ 3
- 2
package.json Ver fichero

@@ -10,9 +10,10 @@
"author": "",
"license": "ISC",
"dependencies": {
"tree-kill": "^1.2.2",
"bbhverse": "file:../bbhverse",
"chalk": "^4.1.0",
"glob": "^7.1.2",
"bbhverse": "file:../bbhverse"
"tree-kill": "^1.2.2"
},
"bin": {
"elxr": "bin/elxr"

Cargando…
Cancelar
Guardar