Skip to content
This repository has been archived by the owner on Mar 18, 2018. It is now read-only.

Commit

Permalink
Including grunt and non-grunt tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Kelty committed Mar 9, 2015
1 parent 613711b commit f534386
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = function (shipit) {
require('./tasks/deploy')(shipit);
require('./tasks/rollback')(shipit);
require('./tasks/pending')(shipit);
};

0 comments on commit f534386

Please sign in to comment.