vsc-material-theme/.gulp/index.js
2017-04-06 07:24:02 -05:00

8 lines
172 B
JavaScript

// import the tasks
import './tasks/changelog';
import './tasks/bump';
import './tasks/icons';
import './tasks/themes';
// export default script
export default ['build'];