vsc-material-theme/.gulp/index.js

6 lines
122 B
JavaScript
Raw Normal View History

2017-02-04 11:42:25 +01:00
// import the tasks
2017-02-04 14:56:29 +01:00
import './tasks/changelog';
import './tasks/bump';
2017-02-04 11:42:25 +01:00
// export default script
export default ['build'];