index.js 82 Bytes
Newer Older
jatuporn Tonggasem's avatar
jatuporn Tonggasem committed
1 2 3 4
module.exports = {
  run: require('./run'),
  watch: require('./watch').watch,
};