pomodoro/gulpfile.js
2016-08-14 19:18:09 +02:00

8 lines
87 B
JavaScript

'use strict';
require('./gulp');
process.on('SIGINT', () => {
process.exit(0);
});