vsc-material-theme/.gulp/index.js
2017-02-04 22:55:05 +01:00

6 lines
No EOL
122 B
JavaScript

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