complete modular transition
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import * as plugins from './npmci.plugins'
|
||||
import { bash } from './npmci.bash'
|
||||
import * as plugins from './mod.plugins'
|
||||
import { bash } from '../npmci.bash'
|
||||
|
||||
export let command = async () => {
|
||||
let wrappedCommand: string = ''
|
||||
|
1
ts/mod_command/mod.plugins.ts
Normal file
1
ts/mod_command/mod.plugins.ts
Normal file
@ -0,0 +1 @@
|
||||
export * from '../npmci.plugins'
|
Reference in New Issue
Block a user