update dependencies and add tag function
This commit is contained in:
13
ts/npmci.tag.ts
Normal file
13
ts/npmci.tag.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import "typings-global";
|
||||
import * as plugins from "./npmci.plugins";
|
||||
import {prepare} from "./npmci.prepare";
|
||||
import {bash} from "./npmci.bash";
|
||||
import * as env from "./npmci.env";
|
||||
|
||||
export let tag = function(commandOptionArg){
|
||||
|
||||
}
|
||||
|
||||
export let retag = function(){
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user