Nate Fischer
|
4c48631d74
|
refactor: create common.execPath (#636)
Switch to using common.execPath instead of process.execPath directly and warn
electron users if we were unable to find the correct path to NodeJS.
|
2017-01-08 13:52:39 -08:00 |
|
Brandon Freitag
|
7fa4b995bf
|
Finalize moving to ava (#630)
* Move ava-test/ directory to test/
* Remove unnecessary run-tests.js script
* Run only ava during npm test script
|
2016-12-20 11:27:02 -08:00 |
|
Nate Fischer
|
2395214fee
|
chore: switch to eslint (#504)
* chore: switch to eslint
* fix: works on older versions of NodeJS now
* chore: fix curly braces
* chore: fix indents and remove jshint references
|
2016-08-07 12:16:29 -07:00 |
|
Nate Fischer
|
74f1ff8748
|
Commands that have multiple errors now produce cleaner log output. Errors are
echoed to stderr. exec() supports a new stderr field.
|
2016-01-12 17:02:19 -08:00 |
|