complete modular transition
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import * as plugins from './npmci.plugins'
|
||||
import { bash } from './npmci.bash'
|
||||
import * as env from './npmci.env'
|
||||
import * as sshModule from './npmci.ssh'
|
||||
import * as plugins from './mod.plugins'
|
||||
import { bash } from '../npmci.bash'
|
||||
import * as env from '../npmci.env'
|
||||
import * as sshModule from '../npmci.ssh'
|
||||
|
||||
|
||||
// types
|
||||
|
1
ts/mod_prepare/mod.plugins.ts
Normal file
1
ts/mod_prepare/mod.plugins.ts
Normal file
@ -0,0 +1 @@
|
||||
export * from '../npmci.plugins'
|
Reference in New Issue
Block a user