Procházet zdrojové kódy

fixed cli bash on windows for node v 14

production
Pradeep Bhaskaran před 4 roky
rodič
revize
6b9acfa91c
3 změnil soubory, kde provedl 6 přidání a 2 odebrání
  1. 3
    0
      bin/elxr
  2. 2
    1
      index.js
  3. 1
    1
      package.json

+ 3
- 0
bin/elxr Zobrazit soubor

#!/usr/bin/env node

require('../index.js')

+ 2
- 1
index.js Zobrazit soubor

#!/usr/bin/env node

// 'use strict';


// PB : TODO -- make sure folder context is proper coz we can now run elxr from anywhere. // PB : TODO -- make sure folder context is proper coz we can now run elxr from anywhere.



+ 1
- 1
package.json Zobrazit soubor

"glob": "^7.1.2" "glob": "^7.1.2"
}, },
"bin": { "bin": {
"elxr": "./index.js"
"elxr": "bin/elxr"
} }
} }

Načítá se…
Zrušit
Uložit