update dependencies and add tag function

This commit is contained in:
2016-06-03 23:22:50 +02:00
parent a65150b640
commit 10015aa0c1
6 changed files with 29 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ import {build} from "./npmci.build"
import {install} from "./npmci.install";
import {publish} from "./npmci.publish";
import {prepare} from "./npmci.prepare";
import {tag, retag} from "./npmci.tag";
import {test} from "./npmci.test";
import {trigger} from "./npmci.trigger";