vsc-material-theme/.gulp/index.js
2017-02-18 19:29:35 +01:00

7 lines
No EOL
146 B
JavaScript

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