complete modular transition

This commit is contained in:
2017-05-19 12:09:33 +02:00
parent cf41e81153
commit 7c5cafeb1b
38 changed files with 234 additions and 153 deletions

View File

@ -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 = ''

View File

@ -0,0 +1 @@
export * from '../npmci.plugins'